Chromium Code Reviews| Index: tests/language/for_without_condition_test.dart |
| diff --git a/tests/language/for_without_condition_test.dart b/tests/language/for_without_condition_test.dart |
| index b63739d71c6da590e0ddb255276c1b18a7a9bdd9..a0860b7b2fe89de9d9cfdcf804faf57a77f0890a 100644 |
| --- a/tests/language/for_without_condition_test.dart |
| +++ b/tests/language/for_without_condition_test.dart |
| @@ -2,8 +2,6 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -import "package:expect/expect.dart"; |
| - |
| main() { |
| int i = 0; |
| for (;; i++) { |