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 f7fd7c6d7aaa932ff874c358b4cb638e2678242e..dcefa26501ed015bec4f1c2caf73a50f5f6d4979 100644 |
--- a/tests/compiler/dart2js_native/foreign_test.dart |
+++ b/tests/compiler/dart2js_native/foreign_test.dart |
@@ -2,6 +2,7 @@ |
// 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 "package:expect/expect.dart"; |
import 'dart:_foreign_helper' show JS; |
foreign1(var a, var b) { |