Index: tests/language/while_test.dart |
diff --git a/tests/language/while_test.dart b/tests/language/while_test.dart |
index 378048a842b31fbc918b252ef0f2d621bf9c9973..5263d755dc6f79c1c6aa2e959a6290b5957bcefe 100644 |
--- a/tests/language/while_test.dart |
+++ b/tests/language/while_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for testing while statement. |
+import "package:expect/expect.dart"; |
+ |
class Helper { |
static int f1(bool b) { |
while (b) |