| Index: test/codegen/expect/html_input.html
|
| diff --git a/test/codegen/expect/html_input.html b/test/codegen/expect/html_input.html
|
| index a0c4f82c1ccc802c0821bbc203e9849f8edd3cde..92316dfd927910ea9a4082d264deeb30640fc9ae 100644
|
| --- a/test/codegen/expect/html_input.html
|
| +++ b/test/codegen/expect/html_input.html
|
| @@ -1,6 +1,6 @@
|
| <html><head></head><body>
|
| -<script src="../lib/runtime/harmony_feature_check.js"></script>
|
| -<script src="../lib/runtime/dart_runtime.js"></script>
|
| +<script src="dev_compiler/runtime/harmony_feature_check.js"></script>
|
| +<script src="dev_compiler/runtime/dart_runtime.js"></script>
|
| <script>
|
| /* placehorder for unimplemented code libraries */
|
| var math = Math;
|
|
|