| Index: pkg/front_end/test/fasta/map.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/map.dart.direct.expect b/pkg/front_end/test/fasta/map.dart.direct.expect
|
| index 5deb82f7686d521928744353e234201680ec1fb9..7e063bca554dff3037c2512ff57ca54e6a1910ab 100644
|
| --- a/pkg/front_end/test/fasta/map.dart.direct.expect
|
| +++ b/pkg/front_end/test/fasta/map.dart.direct.expect
|
| @@ -4,5 +4,5 @@ import "dart:core" as core;
|
| import "dart:collection" as col;
|
|
|
| static method main() → dynamic {
|
| - core::print(col::LinkedHashMap::•<dynamic, dynamic>(equals: null, hashCode: null, isValidKey: null));
|
| + core::print(col::LinkedHashMap::•<dynamic, dynamic>());
|
| }
|
|
|