Chromium Code Reviews| Index: test/codegen/expect/html_input_a/html_input_a.js |
| diff --git a/test/codegen/expect/html_input_a/html_input_a.js b/test/codegen/expect/html_input_a/html_input_a.js |
| deleted file mode 100644 |
| index 2e28a78b3e94ffa237313acec87f9d648586e413..0000000000000000000000000000000000000000 |
| --- a/test/codegen/expect/html_input_a/html_input_a.js |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -var html_input_a; |
| -(function(exports) { |
| - 'use strict'; |
| - // Function main: () → dynamic |
| - function main() { |
| - core.print(`fib(${html_input_b.x} + ${html_input_c.y}) = `); |
| - core.print(` ... ${html_input_d.fib(html_input_b.x + html_input_c.y)}`); |
| - } |
| - // Exports: |
| - exports.main = main; |
| -})(html_input_a || (html_input_a = {})); |