Chromium Code Reviews| Index: tests/language/non_dominating_loop_test.dart |
| diff --git a/tests/language/non_dominating_loop_test.dart b/tests/language/non_dominating_loop_test.dart |
| index ac16396927ab7f00a264a2767beaeac9061261bb..e924e012489741b7dad8b3785607c0cca0bf844d 100644 |
| --- a/tests/language/non_dominating_loop_test.dart |
| +++ b/tests/language/non_dominating_loop_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"; |
| - |
| int calls = 0; |
| void callMeOnce() { |