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

Unified Diff: test/codegen/expect/sunflower/sunflower.html

Issue 1093353004: fix list initializers (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: baselines Created 5 years, 8 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/expect/names.js ('k') | test/generated_sdk/lib/core/int.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/sunflower/sunflower.html
diff --git a/test/codegen/expect/sunflower/sunflower.html b/test/codegen/expect/sunflower/sunflower.html
index 120d020d056253000f641dfcd266ecdbd408b360..1737fe53de6e1e17fb3f0ed20e0eedc19e69dad0 100644
--- a/test/codegen/expect/sunflower/sunflower.html
+++ b/test/codegen/expect/sunflower/sunflower.html
@@ -28,7 +28,10 @@
<script src="dev_compiler/runtime/dart_runtime.js"></script>
<script src="dev_compiler/runtime/dart/core.js"></script>
<script src="dev_compiler/runtime/dart/collection.js"></script>
+<script src="dev_compiler/runtime/dart/_internal.js"></script>
<script src="dev_compiler/runtime/dart/math.js"></script>
+<script src="dev_compiler/runtime/dart/_foreign_helper.js"></script>
+<script src="dev_compiler/runtime/dart/_js_helper.js"></script>
<script src="dom.js"></script>
<script src="sunflower.js"></script>
<script>sunflower.main();</script>
« no previous file with comments | « test/codegen/expect/names.js ('k') | test/generated_sdk/lib/core/int.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698