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

Unified Diff: test/browser/index.html

Issue 1050723002: partially implement instance of checks and some codegen fixes (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
Index: test/browser/index.html
diff --git a/test/browser/index.html b/test/browser/index.html
index 234b47e3c1807820f8021cf60493153e305b646c..cc43530933b28559fd461bbf0ec0f06dde98115f 100644
--- a/test/browser/index.html
+++ b/test/browser/index.html
@@ -13,7 +13,12 @@
<script src="../js_test_tools/mocha-htmltest.js"></script>
<!-- Runtime code to test -->
+<script src="../../lib/runtime/harmony_feature_check.js"></script>
<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/_internal.js"></script>
+<script src="../../lib/runtime/dart/math.js"></script>
<!-- tests -->
<div id="mocha"></div>

Powered by Google App Engine
This is Rietveld 408576698