| Index: tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart b/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
|
| index 49dde381dd3ef1faaf7390884bf0577466aba2c8..ece197be6da2f05660b8ee43b704b36e2ee75ffd 100644
|
| --- a/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
|
| @@ -13,7 +13,7 @@ interface I {
|
|
|
| // Native implementation.
|
|
|
| -class A implements I native "*A" {
|
| +class A implements I native "A" {
|
| // The native class accepts only other native instances.
|
| A read() native;
|
| write(A x) native;
|
|
|