| 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 3d1f10a039ca106c889c9504ed6038719ace8645..975a067f62f720feef9d3c8428c75c58cdc2ae30 100644
|
| --- a/tests/compiler/dart2js_extra/type_argument_factory_nocrash_test.dart
|
| +++ b/tests/compiler/dart2js_extra/type_argument_factory_nocrash_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // A regression test for a dart2js crash.
|
| +library type.argument.factory.nocrash.test;
|
| +import 'dart:collection' show LinkedHashMap;
|
|
|
| void main() {
|
| // This constructor call causes a crash in dart2js.
|
|
|