Index: tests/corelib/compare_to_test.dart |
diff --git a/tests/corelib/compare_to_test.dart b/tests/corelib/compare_to_test.dart |
index 9c10cf64f1ac94671b74c1bdcb29a98c59f01a15..35d8f634179f7fb962f1710043b8dd4157143bc6 100644 |
--- a/tests/corelib/compare_to_test.dart |
+++ b/tests/corelib/compare_to_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() { |