| Index: tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart b/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart
|
| index b14d31f2a4dc31c6320cb9074a5e9a69fa2e0f5b..0cf12fac9c31efd2dd2ab7e441f5fb252f8ea522 100644
|
| --- a/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart
|
| @@ -14,7 +14,7 @@ class A native "*A" {
|
|
|
| factory A.fromString(String s) => makeA(s.length);
|
|
|
| - factory A.nativeConstructor(int a, int b) native @'return makeA(a+b);';
|
| + factory A.nativeConstructor(int a, int b) native r'return makeA(a+b);';
|
|
|
| foo() native 'return this._x;';
|
| }
|
|
|