Index: tests/language/generic_instanceof2_test.dart |
diff --git a/tests/language/generic_instanceof2_test.dart b/tests/language/generic_instanceof2_test.dart |
index bb4d45f630b5d37fd7d3753e336349ea5ad19bee..38fdbcd83d8f20ccc2663ceae8d2550f107c51bd 100644 |
--- a/tests/language/generic_instanceof2_test.dart |
+++ b/tests/language/generic_instanceof2_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test that instanceof works correctly with type variables. |
+import "package:expect/expect.dart"; |
+ |
// Test that partially typed generic instances are correctly constructed. |
// Test factory case. |