| Index: tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart b/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| index c030c7ebc6113595155972f289cfa2388001f6a5..c9908b9f7d426b3ad968076eb06c76bed0cfde60 100644
|
| --- a/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| // Test the feature where the native string declares the native method's name.
|
|
|
| +import 'dart:_js_helper' show JSName;
|
| +
|
| class A native "*A" {
|
| @JSName('fooA')
|
| int foo() native;
|
|
|