Index: tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
index d8af8261c91316a4f388120370b3d56c09d49e5c..3bf26fd05a41760d5e34a9ca81d68a5b537703a6 100644 |
--- a/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
@@ -24,7 +24,7 @@ class B { |
baz() => 42; |
} |
-makeA() native; |
+makeA() native ; |
setup() native """ |
function A() {} |