| Index: tests/compiler/dart2js_foreign/native_method_rename1_test.dart
|
| diff --git a/tests/compiler/dart2js_foreign/native_method_rename1_test.dart b/tests/compiler/dart2js_foreign/native_method_rename1_test.dart
|
| index f8227fee50c27748eb4c7864c1b0ad096e2dc078..a23f8b1e97d6e159e4f94678faff1f7088810f03 100644
|
| --- a/tests/compiler/dart2js_foreign/native_method_rename1_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_method_rename1_test.dart
|
| @@ -5,7 +5,7 @@
|
| // Test the feature where the native string declares the native method's name.
|
|
|
| @native("*A")
|
| -class A {
|
| +class A {
|
| @native('fooA') int foo();
|
| @native('barA') int bar();
|
| @native('bazA') int baz();
|
|
|