Index: tests/language/continue_test.dart |
diff --git a/tests/language/continue_test.dart b/tests/language/continue_test.dart |
index bba2bbe9898683edd8753d603fa1583a896401f6..576c4fe05ac18868465b166c2c1b20cd5ba97cd6 100644 |
--- a/tests/language/continue_test.dart |
+++ b/tests/language/continue_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test for continue in for, do/while and while loops. |
+import "package:expect/expect.dart"; |
+ |
class ContinueTest { |
static testMain() { |
int i; |