| 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 73794c899c5eebbcfe9a21a6c3c8dffbc22c9e18..c3a085f5ddb17d49b33828aeb8de33739886e80b 100644
|
| --- a/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_class_inheritance3_test.dart
|
| @@ -6,7 +6,6 @@
|
| // interferes with subsequent resolving of the method. This might happen if the
|
| // noSuchMethod is cached on Object.prototype.
|
|
|
| -import "package:expect/expect.dart";
|
| import 'native_metadata.dart';
|
|
|
| @Native("*A1")
|
|
|