Index: test/browser/index.html |
diff --git a/test/browser/index.html b/test/browser/index.html |
index bc490f8f39e9ee1a6a47a6bbe2b3513b5e6f79d3..ee4086e037a8cb03056534b22750721fcd45b173 100644 |
--- a/test/browser/index.html |
+++ b/test/browser/index.html |
@@ -14,6 +14,13 @@ |
<!-- Runtime code to test --> |
<script src="../../lib/runtime/harmony_feature_check.js"></script> |
+<script src="../../lib/runtime/dart_utils.js"></script> |
+<script src="../../lib/runtime/dart_library.js"></script> |
+<script src="../../lib/runtime/_errors.js"></script> |
+<script src="../../lib/runtime/_types.js"></script> |
+<script src="../../lib/runtime/_rtti.js"></script> |
+<script src="../../lib/runtime/_classes.js"></script> |
+<script src="../../lib/runtime/_operations.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> |