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

Unified Diff: test/browser/index.html

Issue 1143433002: Update runtime tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | test/browser/runtime_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/index.html
diff --git a/test/browser/index.html b/test/browser/index.html
index 1bd7e0f93c6289563259f4dbcb2ac8894ef651ad..b0a9a23749722526d242f429802ac273729d7967 100644
--- a/test/browser/index.html
+++ b/test/browser/index.html
@@ -17,10 +17,17 @@
<script src="../../lib/runtime/dart_runtime.js"></script>
<script src="../../lib/runtime/dart/core.js"></script>
<script src="../../lib/runtime/dart/collection.js"></script>
-<script src="../../lib/runtime/dart/_foreign_helper.js"></script>
<script src="../../lib/runtime/dart/_internal.js"></script>
-<script src="../../lib/runtime/dart/_js_helper.js"></script>
<script src="../../lib/runtime/dart/math.js"></script>
+<script src="../../lib/runtime/dart/async.js"></script>
+<script src="../../lib/runtime/dart/_foreign_helper.js"></script>
+<script src="../../lib/runtime/dart/_js_embedded_names.js"></script>
+<script src="../../lib/runtime/dart/_js_names.js"></script>
+<script src="../../lib/runtime/dart/_js_helper.js"></script>
+<script src="../../lib/runtime/dart/isolate.js"></script>
+<script src="../../lib/runtime/dart/typed_data.js"></script>
+<script src="../../lib/runtime/dart/_isolate_helper.js"></script>
+<script src="../../lib/runtime/dart/_js_primitives.js"></script>
<!-- tests -->
<div id="mocha"></div>
« no previous file with comments | « no previous file | test/browser/runtime_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698