Chromium Code Reviews| Index: tests/corelib/compare_to_test.dart |
| diff --git a/tests/corelib/compare_to_test.dart b/tests/corelib/compare_to_test.dart |
| index 35d8f634179f7fb962f1710043b8dd4157143bc6..9c10cf64f1ac94671b74c1bdcb29a98c59f01a15 100644 |
| --- a/tests/corelib/compare_to_test.dart |
| +++ b/tests/corelib/compare_to_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test for testing Math.min and Math.max. |
| -import "package:expect/expect.dart"; |
| - |
| negate(x) => -x; |
| main() { |