Chromium Code Reviews| Index: tests/language/for_test.dart |
| diff --git a/tests/language/for_test.dart b/tests/language/for_test.dart |
| index 8576acb602ef9848b6e4f0f3cfa2737ef4504ad9..3aed595c44acf7efdb217ae60a060f91320eb1e6 100644 |
| --- a/tests/language/for_test.dart |
| +++ b/tests/language/for_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program for testing for statement. |
| -import "package:expect/expect.dart"; |
| - |
| class Helper { |
| static int f1() { |
| for (;;) return 1; |