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

Unified Diff: test/sunflower/sunflower.html

Issue 1016003003: sort classes in dependency order, or load lazily if needed, fixes #78 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/sunflower.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sunflower/sunflower.html
diff --git a/test/sunflower/sunflower.html b/test/sunflower/sunflower.html
index 321b12af8d4c67e07098081ffb07a6790a49349c..61aaf33f10bada9defa5fff1224605391788daa2 100644
--- a/test/sunflower/sunflower.html
+++ b/test/sunflower/sunflower.html
@@ -36,6 +36,7 @@
var dom = { document: document };
</script>
<script src="../../lib/runtime/dart_runtime.js"></script>
+ <script src="../../lib/runtime/dart_core.js"></script>
<script src="../codegen/expect/sunflower.js"></script>
<script>sunflower.main();</script>
</body>
« no previous file with comments | « test/codegen/sunflower.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698