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

Unified Diff: test/codegen/expect/collection/priority_queue.js

Issue 1486753003: Regen DDC files (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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 | « lib/runtime/dart/js.js ('k') | test/codegen/expect/collection/wrappers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/collection/priority_queue.js
diff --git a/test/codegen/expect/collection/priority_queue.js b/test/codegen/expect/collection/priority_queue.js
index 1f2fc1e9312a5020e5847f9c2ee847cc10273ddb..f0aefac4800a366168de129dc7ca773e66c162a2 100644
--- a/test/codegen/expect/collection/priority_queue.js
+++ b/test/codegen/expect/collection/priority_queue.js
@@ -97,7 +97,7 @@ dart_library.library('collection/priority_queue', null, /* Imports */[
let list = core.List$(E).new();
list[dartx.length] = this[_length];
list[dartx.setRange](0, this[_length], this[_queue]);
- list[dartx.sort](dart.as(this.comparison, __CastType0));
+ list[dartx.sort](dart.as(this.comparison, __CastType0$(E)));
return list;
}
toSet() {
« no previous file with comments | « lib/runtime/dart/js.js ('k') | test/codegen/expect/collection/wrappers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698