Index: tests/compiler/dart2js_native/native_method_rename2_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart b/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart |
index c9908b9f7d426b3ad968076eb06c76bed0cfde60..b79f91b24aef5e1a39c17a951cee8d5bf06c410c 100644 |
--- a/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart |
@@ -4,6 +4,7 @@ |
// Test the feature where the native string declares the native method's name. |
+import "package:expect/expect.dart"; |
import 'dart:_js_helper' show JSName; |
class A native "*A" { |