Skip to content

Commit e263ef1

Browse files
committed
auto merge of #13437 : kaseyc/rust/remove_unnecessary_struct, r=sanxiyn
Removes the unused Point struct from assert-eq-macro-fail.rs.
2 parents 6d1c612 + 27920af commit e263ef1

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

-3
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)