test: Fix tests.

This commit is contained in:
Patrick Walton
2013-07-12 21:05:59 -07:00
parent 88fe4ae09c
commit dc4bf173f8
15 changed files with 30 additions and 153 deletions

View File

@@ -3468,7 +3468,7 @@ mod tests {
assert_eq!(values, [2, 3, 5, 6, 7]);
}
#[deriving(Eq)]
#[deriving(Clone, Eq)]
struct Foo;
#[test]