Index: tests/compiler/dart2js_foreign/native_property_test.dart |
diff --git a/tests/compiler/dart2js_foreign/native_property_test.dart b/tests/compiler/dart2js_foreign/native_property_test.dart |
index 4aa85ea2a46dde4a33626aa8a08902bdb41c81cd..e7abbda8dd42d3ded4a7274b7279c568448ee69d 100644 |
--- a/tests/compiler/dart2js_foreign/native_property_test.dart |
+++ b/tests/compiler/dart2js_foreign/native_property_test.dart |
@@ -4,6 +4,7 @@ |
// Properties on hidden native classes. |
+import "package:expect/expect.dart"; |
import 'native_metadata.dart'; |
@Native("*A") |