Index: test/codegen/expect/sunflower/sunflower.html |
diff --git a/test/codegen/expect/sunflower/sunflower.html b/test/codegen/expect/sunflower/sunflower.html |
index ea01f7f0b02344a86579f5a53c788f53d7136418..b2cef3229424219620c279781839ef480981359c 100644 |
--- a/test/codegen/expect/sunflower/sunflower.html |
+++ b/test/codegen/expect/sunflower/sunflower.html |
@@ -24,6 +24,14 @@ |
</footer> |
<script src="dev_compiler/runtime/harmony_feature_check.js"></script> |
+<script src="dev_compiler/runtime/js_utils.js"></script> |
+<script src="dev_compiler/runtime/loader.js"></script> |
+<script src="dev_compiler/runtime/dartx.js"></script> |
+<script src="dev_compiler/runtime/errors.js"></script> |
+<script src="dev_compiler/runtime/types.js"></script> |
+<script src="dev_compiler/runtime/rtti.js"></script> |
+<script src="dev_compiler/runtime/classes.js"></script> |
+<script src="dev_compiler/runtime/operations.js"></script> |
<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> |
@@ -44,7 +52,7 @@ |
<script src="dom.js"></script> |
<script src="painter.js"></script> |
<script src="sunflower.js"></script> |
-<script>dart.start('sunflower');</script> |
+<script>loader.start('sunflower');</script> |