Skip to content

Commit 26f0a55

Browse files
committed
fix test
1 parent 8dc6445 commit 26f0a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern:left: 14 does not equal right: 15
1+
// error-pattern:assertion failed: `(left == right) && (right == left)` (left: `14`, right: `15`)
22

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

0 commit comments

Comments
 (0)