| Index: tests/compiler/dart2js_native/native_field_name_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_field_name_test.dart b/tests/compiler/dart2js_native/native_field_name_test.dart
|
| index 6269e4f22011d489aa019d1656b2e407bb48b491..506b555663975d638664abbb4b94a72d19c97ed4 100644
|
| --- a/tests/compiler/dart2js_native/native_field_name_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_field_name_test.dart
|
| @@ -44,7 +44,7 @@ makeA = function(){return new A;};
|
| self.nativeConstructor(A);
|
| """;
|
|
|
| -/*A*/ makeA() native ;
|
| +/*A*/ makeA() native;
|
|
|
| main() {
|
| nativeTesting();
|
|
|