Chromium Code Reviews| Index: tests/lib/math/min_max_test.dart |
| diff --git a/tests/lib/math/min_max_test.dart b/tests/lib/math/min_max_test.dart |
| index 3bf864cbb81813f2e6b6afecaa64aba515c50e1c..42c97303d71d6dffe0cf8699eb6d2cf9e5704635 100644 |
| --- a/tests/lib/math/min_max_test.dart |
| +++ b/tests/lib/math/min_max_test.dart |
| @@ -4,7 +4,6 @@ |
| // Dart test for testing Math.min and Math.max. |
| library min_max_test; |
| -import "package:expect/expect.dart"; |
| import 'dart:math'; |
| testMin() { |