Index: tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart |
diff --git a/tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart b/tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart |
index e49f4d6f0c9d5046d8c130fca07b674064767edd..2ed0db6f6430c451d92be93f1ee463c8a9ab63d3 100644 |
--- a/tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart |
+++ b/tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart |
@@ -4,6 +4,7 @@ |
// A regression test for a dart2js crash. |
library type.argument.factory.crash.test; |
+import "package:expect/expect.dart"; |
import 'dart:collection' show LinkedHashMap; |
void main() { |