summaryrefslogtreecommitdiff
path: root/test/wasm2js/func-ptr-offset.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/func-ptr-offset.2asm.js')
-rw-r--r--test/wasm2js/func-ptr-offset.2asm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2js/func-ptr-offset.2asm.js b/test/wasm2js/func-ptr-offset.2asm.js
index db14457f7..2a2a0b425 100644
--- a/test/wasm2js/func-ptr-offset.2asm.js
+++ b/test/wasm2js/func-ptr-offset.2asm.js
@@ -41,7 +41,7 @@ function asmFunc(global, env, buffer) {
var FUNCTION_TABLE = [null, t1, t2, t3];
return {
- call: $3
+ "call": $3
};
}