| Index: test/codegen/expect/html_input.html
|
| diff --git a/test/codegen/expect/html_input.html b/test/codegen/expect/html_input.html
|
| index 4ced4f388bd86a0cc3dd58a4ba713c7e693fcd4f..ef76922ad732303df14cfac28628f3285d3c66e7 100644
|
| --- a/test/codegen/expect/html_input.html
|
| +++ b/test/codegen/expect/html_input.html
|
| @@ -6,7 +6,6 @@
|
| /* placehorder for unimplemented code libraries */
|
| var math = Math;
|
| var core = { int: { parse: Number }, print: e => console.log(e) };
|
| - var dom = { document: document };
|
| </script><script src="dir/html_input_d.js"></script>
|
| <script src="dir/html_input_b.js"></script>
|
| <script src="dir/html_input_e.js"></script>
|
|
|