Index: tests/compiler/dart2js_native/native_constructor_name_test.dart |
diff --git a/tests/compiler/dart2js_native/native_constructor_name_test.dart b/tests/compiler/dart2js_native/native_constructor_name_test.dart |
index bbf8b5c5b4532e88261d00ef218b10ff871177f3..940a143149b798cfd0e85dc8e6b4dfa443d6cd9d 100644 |
--- a/tests/compiler/dart2js_native/native_constructor_name_test.dart |
+++ b/tests/compiler/dart2js_native/native_constructor_name_test.dart |
@@ -8,6 +8,8 @@ |
// This could be done by renaming the Dart constructor or by being able to check |
// that objects are Dart classes. |
+import 'package:expect/expect.dart'; |
+ |
class A { |
} |