Index: tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart b/tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart |
index 992266533c1b1adbed5af6795efafb2caa25a839..7874dcd3eb9d2666140be8ad4a98742ee0d8ad3d 100644 |
--- a/tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_checked_arguments1_frog_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 "package:expect/expect.dart"; |
+ |
// Test that type checks occur on native methods. |
class A native "*A" { |