Index: tests/language/first_class_types_test.dart |
diff --git a/tests/language/first_class_types_test.dart b/tests/language/first_class_types_test.dart |
index 95090d6793d5fe81d599fc33f422959a585ed4ee..6b65f5a69f89f0d4d17e8c68ddb8f14bd20978e5 100644 |
--- a/tests/language/first_class_types_test.dart |
+++ b/tests/language/first_class_types_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 C<T> {} |
sameType(a, b) { |