Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: test/codegen_expected/matcher/matcher.js

Issue 2102053003: Remove DDC custom error list now that strong mode analyzer handles it (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: another fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « test/codegen_expected/lib/typed_data/typed_data_list_test.js ('k') | test/codegen_expected/stack_trace/stack_trace.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698