Index: tests/language/type_variable_bounds2_test.dart |
diff --git a/tests/language/type_variable_bounds2_test.dart b/tests/language/type_variable_bounds2_test.dart |
index d5ce7c76a491cb90369c2c18654fffd710acb16a..1a23bebca809a5469262e57da42cd2690b01f2fc 100644 |
--- a/tests/language/type_variable_bounds2_test.dart |
+++ b/tests/language/type_variable_bounds2_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 of parameterized types with invalid bounds. |
abstract class J<T> { } |