| Index: tests/compiler/dart2js_native/native_field_invocation5_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_field_invocation5_test.dart b/tests/compiler/dart2js_native/native_field_invocation5_test.dart
|
| index 5c3ff7b6e05625c8ff91f4c76ec14f725cb14a1d..cbfe28f26d11ce18880ba9399ac496a72125ebc8 100644
|
| --- a/tests/compiler/dart2js_native/native_field_invocation5_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_field_invocation5_test.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| import "native_testing.dart";
|
|
|
| -makeCC() native ;
|
| -nativeFirst(x, y) native ;
|
| +makeCC() native;
|
| +nativeFirst(x, y) native;
|
|
|
| void setup() native """
|
| function CC() {}
|
|
|