Index: tests/compiler/dart2js_native/static_methods_test.dart |
diff --git a/tests/compiler/dart2js_native/static_methods_test.dart b/tests/compiler/dart2js_native/static_methods_test.dart |
index c646bfd80a5f28545e0fe86454b023346b779b6e..f1cfd44a3670d2ba2c53eab581b9c461194a2d4e 100644 |
--- a/tests/compiler/dart2js_native/static_methods_test.dart |
+++ b/tests/compiler/dart2js_native/static_methods_test.dart |
@@ -7,8 +7,8 @@ |
// identifier @JSName -> use @Native tag as 'scope' for @JSName. |
// other @JSName -> use @JSName as an expression. |
-import 'native_testing.dart'; |
-import 'dart:_js_helper' show convertDartClosureToJS; |
+import "package:expect/expect.dart"; |
+import 'dart:_js_helper' show Native, JSName, convertDartClosureToJS; |
typedef int Callback(String s); |
@@ -51,7 +51,6 @@ self.CC = CC; |
"""; |
main() { |
- nativeTesting(); |
setup(); |
// TODO(sra): Investigate why this line is necessary to get a correctly |