about summary refs log tree commit diff
path: root/src/test/run-pass/while-prelude-drop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/while-prelude-drop.rs')
-rw-r--r--src/test/run-pass/while-prelude-drop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/while-prelude-drop.rs b/src/test/run-pass/while-prelude-drop.rs
index b66a2f1d1de..28fbab41d95 100644
--- a/src/test/run-pass/while-prelude-drop.rs
+++ b/src/test/run-pass/while-prelude-drop.rs
@@ -10,7 +10,7 @@
 
 use std::string::String;
 
-#[deriving(Eq)]
+#[deriving(PartialEq)]
 enum t { a, b(String), }
 
 fn make(i: int) -> t {