summaryrefslogtreecommitdiff
path: root/test/wasm2js/deterministic.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/deterministic.2asm.js')
-rw-r--r--test/wasm2js/deterministic.2asm.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/deterministic.2asm.js b/test/wasm2js/deterministic.2asm.js
index fff96b5a4..33cb04a84 100644
--- a/test/wasm2js/deterministic.2asm.js
+++ b/test/wasm2js/deterministic.2asm.js
@@ -25,7 +25,7 @@ function asmFunc(imports) {
var Math_trunc = Math.trunc;
var Math_sqrt = Math.sqrt;
var global$0 = -44;
- function $0() {
+ function foo() {
if ((global$0 >>> 0) / ((HEAP32[0 >> 2] | 0) >>> 0) | 0) {
wasm2js_trap()
}
@@ -38,7 +38,7 @@ function asmFunc(imports) {
}
return {
- "foo": $0
+ "foo": foo
};
}