Index: tests/compiler/dart2js_native/issue9182_test.dart |
diff --git a/tests/compiler/dart2js_native/issue9182_test.dart b/tests/compiler/dart2js_native/issue9182_test.dart |
index 8cbd17a76ec4e94b9ebf81218bbbff8f03252722..b8ae713589cdbe804c04e66358ee97a65bc1bd9e 100644 |
--- a/tests/compiler/dart2js_native/issue9182_test.dart |
+++ b/tests/compiler/dart2js_native/issue9182_test.dart |
@@ -5,6 +5,8 @@ |
// Regression test for Issue 9182. The generative constructor body function |
// should not have the interceptor calling convention. |
+import "package:expect/expect.dart"; |
+ |
class Foo native "*A" { |
factory Foo() => makeA(); |
// Ensure the instance method 'Bar' uses interceptor convention. |