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..9ea1b2d99f70f3b96959609f332a4bf4dd8e2ed5 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 { |
} |