Skip to content

Commit 27920af

Browse files
committed
Remove the unused Point struct in the assert-eq-macro-fail.rs test.
1 parent 7fbcb40 commit 27920af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/run-fail/assert-eq-macro-fail.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// error-pattern:assertion failed: `(left == right) && (right == left)` (left: `14`, right: `15`)
1212

13-
#[deriving(Eq)]
14-
struct Point { x : int }
15-
1613
fn main() {
1714
assert_eq!(14,15);
1815
}

0 commit comments

Comments
 (0)