Index: tests/language/parse_types_test.dart |
diff --git a/tests/language/parse_types_test.dart b/tests/language/parse_types_test.dart |
index bc30665cc83a34cfa0c8470ce61364c1b11fb15d..665759d5dbdd6d449445b30a1f780c41db91cc7d 100644 |
--- a/tests/language/parse_types_test.dart |
+++ b/tests/language/parse_types_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test for testing parsing of "standard" types. |
+import "package:expect/expect.dart"; |
+ |
class ParseTypesTest { |
static bool callBool1() { |
return true; |