diff options
Diffstat (limited to 'test/wasm2js/excess_fallthrough.2asm.js')
-rw-r--r-- | test/wasm2js/excess_fallthrough.2asm.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/wasm2js/excess_fallthrough.2asm.js b/test/wasm2js/excess_fallthrough.2asm.js index 2327fba9b..9bad3f3a7 100644 --- a/test/wasm2js/excess_fallthrough.2asm.js +++ b/test/wasm2js/excess_fallthrough.2asm.js @@ -1,8 +1,7 @@ function wasm2js_trap() { throw new Error('abort'); } -function asmFunc(importObject) { - var env = importObject.env || importObject; +function asmFunc(imports) { var Math_imul = Math.imul; var Math_fround = Math.fround; var Math_abs = Math.abs; |