| Index: tests/compiler/dart2js_native/native_field_invocation4_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_field_invocation4_test.dart b/tests/compiler/dart2js_native/native_field_invocation4_test.dart
|
| index 40f867068f36ccd18921cf5acd94cdeca48c7158..336c5970b99adeb303a7d930aa3ed56207f219cf 100644
|
| --- a/tests/compiler/dart2js_native/native_field_invocation4_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_field_invocation4_test.dart
|
| @@ -13,7 +13,7 @@ class B {
|
| var foo;
|
| }
|
|
|
| -nativeId(x) native ;
|
| +nativeId(x) native;
|
|
|
| void setup() native """
|
| nativeId = function(x) { return x; }
|
|
|