| Index: test/codegen/expect/html_input.html
|
| diff --git a/test/codegen/expect/html_input.html b/test/codegen/expect/html_input.html
|
| index 2771d646aa05e449a66fae9b29ddbc5adb63e01c..78207d6688d2b3aac3e3b28e3500280c5586403d 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;
|
|
|