Chromium Code Reviews| Index: tests/compiler/dart2js_native/native_field_invocation3_test.dart |
| diff --git a/tests/compiler/dart2js_native/native_field_invocation3_test.dart b/tests/compiler/dart2js_native/native_field_invocation3_test.dart |
| index f0559b6eab542ed441bb3f29be5f0ceb8c061eca..56e7c2883aef27310ef0d861c9a4113f78e0b1cf 100644 |
| --- a/tests/compiler/dart2js_native/native_field_invocation3_test.dart |
| +++ b/tests/compiler/dart2js_native/native_field_invocation3_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import "dart:_js_helper"; |
| +import 'dart:_foreign_helper' show JS; |
|
Johnni Winther
2014/07/25 06:37:06
Not needed (yet), right?
|
| import "package:expect/expect.dart"; |
| makeCC() native; |