| 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 ece197be6da2f05660b8ee43b704b36e2ee75ffd..e01fa1a60d729bd8b9827490d6272fb641aeff88 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
|
| @@ -6,7 +6,7 @@ import "package:expect/expect.dart";
|
|
|
| // Test for correct simple is-checks on hidden native classes.
|
|
|
| -interface I {
|
| +abstract class I {
|
| I read();
|
| write(I x);
|
| }
|
|
|