Index: tests/compiler/dart2js_native/native_null_closure_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart b/tests/compiler/dart2js_native/native_null_closure_frog_test.dart |
index 6ee572ece890df1f739cc8a0dc4044654c13b2fc..ec6f8d5671b2ac589abbc0b82aaa97a2af23b72b 100644 |
--- a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_null_closure_frog_test.dart |
@@ -12,12 +12,12 @@ typedef void MyFunctionType(); |
@Native("A") |
class A { |
- setClosure(MyFunctionType f) native; |
- check(MyFunctionType f) native; |
- invoke() native; |
+ setClosure(MyFunctionType f) native ; |
+ check(MyFunctionType f) native ; |
+ invoke() native ; |
} |
-makeA() native; |
+makeA() native ; |
void setup() native """ |
function A() {} |