Index: tests/corelib/compare_to2_test.dart |
diff --git a/tests/corelib/compare_to2_test.dart b/tests/corelib/compare_to2_test.dart |
index 3d1353c2957bbca9715794e3c3d83cbb8c62be22..9946b3fbcd77612cd763bd3323672d317425d21e 100644 |
--- a/tests/corelib/compare_to2_test.dart |
+++ b/tests/corelib/compare_to2_test.dart |
@@ -3,6 +3,8 @@ |
// 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() { |