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 e924e012489741b7dad8b3785607c0cca0bf844d..ac16396927ab7f00a264a2767beaeac9061261bb 100644 |
| --- a/tests/language/non_dominating_loop_test.dart |
| +++ b/tests/language/non_dominating_loop_test.dart |
| @@ -2,6 +2,8 @@ |
| // 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() { |