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