Index: tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart b/tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart |
index eb9fd251ccde2a18acf957124754791a3d6cf75d..e2200baa50b7b3eccc054f7322fde04f54edec70 100644 |
--- a/tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart |
@@ -18,7 +18,7 @@ class A { |
int method(int z) => _field + z; |
} |
-A makeA() native { return new A(); } |
+A makeA() native; |
void setup() native """ |
function A() {} |