Chromium Code Reviews| Index: tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart |
| diff --git a/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart b/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart |
| index 1ee097f7fa3f743db4e4ab6124741716707f309f..cac08151b5f7d7756cc9c0b6929dd8e333406458 100644 |
| --- a/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart |
| +++ b/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart |
| @@ -7,7 +7,7 @@ |
| // noSuchMethod is cached on Object.prototype. |
| @native("*A1") |
| -class A1 { |
| +class A1 { |
| } |
| @native("*B1") |
| @@ -19,7 +19,7 @@ class B1 extends A1 { |
| @native("*A2") |
| -class A2 { |
| +class A2 { |
| @native foo([a=99]); |
| } |