| Index: tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
|
| diff --git a/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart b/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
|
| index 9f1cfe6b065934afe1ce529155c09f781d2d50df..4a2e514af0c5a7692f608232c283543f0593e2d6 100644
|
| --- a/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
|
| +++ b/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
|
| @@ -8,7 +8,7 @@ library lib2;
|
| import 'native_library_same_name_used_lib1.dart'; // To get interface I.
|
|
|
| // Native impl has same name as interface.
|
| -class Impl implements I native "*I" {
|
| +class Impl implements I native "I" {
|
| Impl read() native;
|
| write(Impl x) native;
|
| }
|
|
|