Chromium Code Reviews| Index: tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart |
| diff --git a/tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart b/tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart |
| index b7a8c67b6826f31b8fb923e908f4e6055868f387..f1285150f2bb163b943f0f27b949618588d9fc5a 100644 |
| --- a/tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart |
| +++ b/tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart |
| @@ -6,6 +6,7 @@ |
| // inheritance, the superclass method must not be reached by a call on the |
| // subclass. |
| +import "package:expect/expect.dart"; |
| import 'native_metadata.dart'; |
| @Native("*A") |