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

Unified Diff: test/codegen_expected/unittest/unittest.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
« no previous file with comments | « test/codegen_expected/stack_trace/stack_trace.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_expected/unittest/unittest.js
diff --git a/test/codegen_expected/unittest/unittest.js b/test/codegen_expected/unittest/unittest.js
index 29ca383cff33ef5331b5ec74847abca2eb14b908..7238d850ba17089302e42eabaa7ff38135f04b55 100644
--- a/test/codegen_expected/unittest/unittest.js
+++ b/test/codegen_expected/unittest/unittest.js
@@ -2197,7 +2197,7 @@ dart_library.library('unittest', null, /* Imports */[
};
dart.fn(src__matcher__pretty_print.prettyPrint, dynamic__ToString());
src__matcher__pretty_print._indent = function(length) {
- return core.List.filled(length, ' ')[dartx.join]('');
+ return ListOfString().filled(length, ' ')[dartx.join]('');
};
dart.fn(src__matcher__pretty_print._indent, intToString());
src__matcher__pretty_print._typeName = function(x) {
« no previous file with comments | « test/codegen_expected/stack_trace/stack_trace.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698