Skip to content

Commit

Permalink
auto merge of rust-lang#13437 : kaseyc/rust/remove_unnecessary_struct…
Browse files Browse the repository at this point in the history
…, r=sanxiyn

Removes the unused Point struct from assert-eq-macro-fail.rs.
  • Loading branch information
bors committed Apr 10, 2014
2 parents 6d1c612 + 27920af commit e263ef1
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 e263ef1

Please sign in to comment.