| Index: tests/compiler/dart2js_foreign/native_method_rename3_test.dart
|
| diff --git a/tests/compiler/dart2js_foreign/native_method_rename3_test.dart b/tests/compiler/dart2js_foreign/native_method_rename3_test.dart
|
| index bceaf9f16605b2071159935d4941f869f7c20afd..e0f5c714b2338b4129c8b4a5c73cee93f3e7fbe0 100644
|
| --- a/tests/compiler/dart2js_foreign/native_method_rename3_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_method_rename3_test.dart
|
| @@ -5,6 +5,7 @@
|
| // Test the feature where the native string declares the native method's name.
|
| // #3. The name does not get
|
|
|
| +import "package:expect/expect.dart";
|
| import 'native_metadata.dart';
|
|
|
| @Native("*A")
|
|
|