Index: tests/corelib/is_operator_basic_types_test.dart |
diff --git a/tests/corelib/is_operator_basic_types_test.dart b/tests/corelib/is_operator_basic_types_test.dart |
index 662b2a406c77f8d0b9c15abad0ae8d2b50ee556b..20e53f797edf50d96ae096ea5cd4744afc0bb540 100644 |
--- a/tests/corelib/is_operator_basic_types_test.dart |
+++ b/tests/corelib/is_operator_basic_types_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for the "is" type test operator. |
+import "package:expect/expect.dart"; |
+ |
check(args) { |
var list = args[0]; |
var string = args[1]; |