This commit is contained in:
Corey Richardson 2013-07-10 13:14:31 -04:00
parent 8dc6445e38
commit 26f0a55f76
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// error-pattern:left: 14 does not equal right: 15
// error-pattern:assertion failed: `(left == right) && (right == left)` (left: `14`, right: `15`)
#[deriving(Eq)]
struct Point { x : int }