Index: tests/language/type_variable_scope2_test.dart |
diff --git a/tests/language/type_variable_scope2_test.dart b/tests/language/type_variable_scope2_test.dart |
index 5c018a6979b28a89da89589f0a09c113d1131d51..569daee6b7329c2761275563a1d2b684d8fd8d65 100644 |
--- a/tests/language/type_variable_scope2_test.dart |
+++ b/tests/language/type_variable_scope2_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 malformed type arguments are reported in checked mode. |
isCheckedMode() { |