summaryrefslogtreecommitdiff
path: root/test/wasm2js/dot_import.2asm.js.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/dot_import.2asm.js.opt')
-rw-r--r--test/wasm2js/dot_import.2asm.js.opt6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/wasm2js/dot_import.2asm.js.opt b/test/wasm2js/dot_import.2asm.js.opt
index a35eabe95..0cd48aaf1 100644
--- a/test/wasm2js/dot_import.2asm.js.opt
+++ b/test/wasm2js/dot_import.2asm.js.opt
@@ -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
};
}