| Index: tests/compiler/dart2js_native/native_class_fields_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_class_fields_test.dart b/tests/compiler/dart2js_native/native_class_fields_test.dart
|
| index 110d6c5d169eddd8b23a6968ecf82361a111e8d2..cf6b1a943c70c4ac1b0ddec4b18d811ae757296d 100644
|
| --- a/tests/compiler/dart2js_native/native_class_fields_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_class_fields_test.dart
|
| @@ -40,7 +40,7 @@ function A(){
|
| makeA = function(){return new A;};
|
| """;
|
|
|
| -A makeA() native { return new A(); }
|
| +A makeA() native;
|
|
|
| main() {
|
| setup();
|
|
|