about summary refs log tree commit diff
path: root/src/test/run-pass/packed-struct-vec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/packed-struct-vec.rs')
-rw-r--r--src/test/run-pass/packed-struct-vec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/packed-struct-vec.rs b/src/test/run-pass/packed-struct-vec.rs
index 94e4e3c6bef..8309e95820c 100644
--- a/src/test/run-pass/packed-struct-vec.rs
+++ b/src/test/run-pass/packed-struct-vec.rs
@@ -13,7 +13,7 @@
 use std::mem;
 
 #[packed]
-#[deriving(Eq, Show)]
+#[deriving(PartialEq, Show)]
 struct Foo {
     bar: u8,
     baz: u64