Index: tests/compiler/dart2js_native/core_type_check_native_test.dart |
diff --git a/tests/compiler/dart2js_native/core_type_check_native_test.dart b/tests/compiler/dart2js_native/core_type_check_native_test.dart |
index 17a6a438c019dd6c8f3fe436318b0b1e69175a89..cdfc737a5e85cae8319fa677b6227147c27ed58f 100644 |
--- a/tests/compiler/dart2js_native/core_type_check_native_test.dart |
+++ b/tests/compiler/dart2js_native/core_type_check_native_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"; |
+ |
check(value, expectComparable, expectPattern) { |
Expect.equals(expectComparable, value is Comparable); |
Expect.equals(expectPattern, value is Pattern); |