Skip to content

Commit

Permalink
Remove the unused Point struct in the assert-eq-macro-fail.rs test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseyc committed Apr 10, 2014
1 parent 7fbcb40 commit 27920af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/run-fail/assert-eq-macro-fail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

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

#[deriving(Eq)]
struct Point { x : int }

fn main() {
assert_eq!(14,15);
}

0 comments on commit 27920af

Please sign in to comment.