| 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 7f19e1e6bc5e34f8a50972f8a72f14cc0c4ddd33..5d1e96317ceee348c7d77df0c31dd7a3967196ec 100644
|
| --- a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| @@ -10,12 +10,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() {}
|
|
|