| Index: test/codegen_expected/matcher/matcher.js
|
| diff --git a/test/codegen_expected/matcher/matcher.js b/test/codegen_expected/matcher/matcher.js
|
| index 20c6e2140456dd55efb056142faed1f06407b9ab..e073d5f7bff74f801cc61398e52eaf296e94e003 100644
|
| --- a/test/codegen_expected/matcher/matcher.js
|
| +++ b/test/codegen_expected/matcher/matcher.js
|
| @@ -1799,7 +1799,7 @@ dart_library.library('matcher', null, /* Imports */[
|
| };
|
| dart.fn(src__pretty_print.prettyPrint, dynamic__ToString());
|
| src__pretty_print._indent = function(length) {
|
| - return core.List.filled(length, ' ')[dartx.join]('');
|
| + return ListOfString().filled(length, ' ')[dartx.join]('');
|
| };
|
| dart.fn(src__pretty_print._indent, intToString());
|
| src__pretty_print._typeName = function(x) {
|
|
|