summaryrefslogtreecommitdiff
path: root/test/wasm2js.traps.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js.traps.js')
-rw-r--r--test/wasm2js.traps.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/wasm2js.traps.js b/test/wasm2js.traps.js
index e4c127ce4..39bcfce0f 100644
--- a/test/wasm2js.traps.js
+++ b/test/wasm2js.traps.js
@@ -70,9 +70,9 @@ function asmFunc0(global, env, buffer) {
var FUNCTION_TABLE = [];
return {
- empty: $0,
- add: $1,
- div_s: $2
+ "empty": $0,
+ "add": $1,
+ "div_s": $2
};
}