Index: tests/compiler/dart2js_native/native_call_arity1_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_call_arity1_frog_test.dart b/tests/compiler/dart2js_native/native_call_arity1_frog_test.dart |
index b4cf449634d813e20769aa01aa58cd56e8eb330c..624ffb5d8f9ac738d96f016cd5c98389bf10e58a 100644 |
--- a/tests/compiler/dart2js_native/native_call_arity1_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_call_arity1_frog_test.dart |
@@ -26,8 +26,8 @@ class B { |
// TODO(sra): Add a case where the parameters have default values. Wait until |
// dart:html need non-null default values. |
-A makeA() native { return new A(); } |
-B makeB() native { return new B(); } |
+A makeA() native; |
+B makeB() native; |
void setup() native """ |
function A() {} |