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