diff options
Diffstat (limited to 'test/wasm2js/dot_import.2asm.js')
-rw-r--r-- | test/wasm2js/dot_import.2asm.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/wasm2js/dot_import.2asm.js b/test/wasm2js/dot_import.2asm.js index a35eabe95..0cd48aaf1 100644 --- a/test/wasm2js/dot_import.2asm.js +++ b/test/wasm2js/dot_import.2asm.js @@ -13,12 +13,8 @@ function asmFunc(imports) { var Math_sqrt = Math.sqrt; var mod_ule = imports["mod.ule"]; var base = mod_ule["ba.se"]; - function $0() { - base(); - } - return { - "exported": $0 + "exported": base }; } |