diff options
| author | Kasey Carrothers <kaseyc.808@gmail.com> | 2014-04-09 19:31:20 -0700 |
|---|---|---|
| committer | Kasey Carrothers <kaseyc.808@gmail.com> | 2014-04-09 21:56:21 -0700 |
| commit | 27920afa85ea9d3426a964e6294eb3c06919fad5 (patch) | |
| tree | 930d4ab5732ebd3702c668afff8faeeb3d6f471e | |
| parent | 7fbcb400f0697621ece9f9773b0f0bf1ec73e9c1 (diff) | |
Remove the unused Point struct in the assert-eq-macro-fail.rs test.
| -rw-r--r-- | src/test/run-fail/assert-eq-macro-fail.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/run-fail/assert-eq-macro-fail.rs b/src/test/run-fail/assert-eq-macro-fail.rs index 7cebfc723de..fd6d69efb4f 100644 --- a/src/test/run-fail/assert-eq-macro-fail.rs +++ b/src/test/run-fail/assert-eq-macro-fail.rs @@ -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); } |
