Index: tests/language/wrong_number_type_arguments_test.dart |
diff --git a/tests/language/wrong_number_type_arguments_test.dart b/tests/language/wrong_number_type_arguments_test.dart |
index f04f438524b2fd63b7c79b7930c7572133c13c2b..8d8416071eacba93857792905ce2e1fc57fb6060 100644 |
--- a/tests/language/wrong_number_type_arguments_test.dart |
+++ b/tests/language/wrong_number_type_arguments_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"; |
+ |
// Map takes 2 type arguments. |
Map |
<String> /// 00: static type warning |