mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Remove the unused Point struct in the assert-eq-macro-fail.rs test.
This commit is contained in:
parent
7fbcb400f0
commit
27920afa85
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user