Chromium Code Reviews| Index: tests/compiler/dart2js_foreign/native_method_rename2_test.dart |
| diff --git a/tests/compiler/dart2js_foreign/native_method_rename2_test.dart b/tests/compiler/dart2js_foreign/native_method_rename2_test.dart |
| index 767f61bff3bab4718e79fdffdddb3db044cf2c43..9258aa6f21b95d58aead2f3eaea766d9900bdc5a 100644 |
| --- a/tests/compiler/dart2js_foreign/native_method_rename2_test.dart |
| +++ b/tests/compiler/dart2js_foreign/native_method_rename2_test.dart |
| @@ -4,6 +4,7 @@ |
| // Test the feature where the native string declares the native method's name. |
| +import "package:expect/expect.dart"; |
| import 'native_metadata.dart'; |
| @Native("*A") |