Index: tests/language/type_parameter_test.dart |
diff --git a/tests/language/type_parameter_test.dart b/tests/language/type_parameter_test.dart |
index 7244c4349495b66299bcd00e2410031e2c36c588..e1a03d30a37e19f128b2fe35695d46dc51345152 100644 |
--- a/tests/language/type_parameter_test.dart |
+++ b/tests/language/type_parameter_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"; |
+ |
class A<T> { |
Function closure; |
A._(this.closure); |