| Index: pkg/front_end/test/fasta/rasta/external_factory_redirection.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/external_factory_redirection.dart.outline.expect b/pkg/front_end/test/fasta/rasta/external_factory_redirection.dart.outline.expect
|
| index 8977e845153ac6f04a1f8350ad7d81f4ef3918ef..6a28c0dd5404a9ac6633a2c09b263973b2b2bf1d 100644
|
| --- a/pkg/front_end/test/fasta/rasta/external_factory_redirection.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/external_factory_redirection.dart.outline.expect
|
| @@ -1,9 +1,5 @@
|
| library;
|
| import self as self;
|
| -import "dart:collection" as col;
|
| -import "dart:core" as core;
|
|
|
| -static method main() → dynamic {
|
| - "Should redirect to LinkedHashMap constructor.";
|
| - col::LinkedHashMap::•<core::Symbol, dynamic>();
|
| -}
|
| +static method main() → dynamic
|
| + ;
|
|
|