Index: tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart |
index 231910620fee80827e6021ea9e3b249dc0758be6..f578e899961ac85a2caf424f0f48802ca7f807b9 100644 |
--- a/tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart |
@@ -15,7 +15,7 @@ class B { |
foo() => 42; |
} |
-makeA() native; |
+makeA() native ; |
setup() native """ |
function A() {} |