Index: tests/compiler/dart2js_foreign/native_class_inheritance2_test.dart |
diff --git a/tests/compiler/dart2js_foreign/native_class_inheritance2_test.dart b/tests/compiler/dart2js_foreign/native_class_inheritance2_test.dart |
index 77f24c32bf58ae47432ccbaf1d9d5eb4f219985b..da23d5f6b95e60ab480923556840e04850b1f856 100644 |
--- a/tests/compiler/dart2js_foreign/native_class_inheritance2_test.dart |
+++ b/tests/compiler/dart2js_foreign/native_class_inheritance2_test.dart |
@@ -7,6 +7,7 @@ |
// superclass caches the method in the prototype, so shadowing the dispatcher |
// stored on Object.prototype. |
+import "package:expect/expect.dart"; |
import 'native_metadata.dart'; |
@Native("*A") |