Index: tests/compiler/dart2js_native/foreign_test.dart |
diff --git a/tests/compiler/dart2js_native/foreign_test.dart b/tests/compiler/dart2js_native/foreign_test.dart |
index 3df5343ac08afdd238d90fef829a75f2ecfbb0e9..b9feea958ea6a53bc7c000c18a3cacb7c4898364 100644 |
--- a/tests/compiler/dart2js_native/foreign_test.dart |
+++ b/tests/compiler/dart2js_native/foreign_test.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import 'dart:_foreign_helper' show JS; |
+ |
foreign1(var a, var b) { |
return JS("num", r"# + #", a, b); |
} |