summaryrefslogtreecommitdiff
path: root/test/wasm2js/br_table_to_loop.2asm.js.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/br_table_to_loop.2asm.js.opt')
-rw-r--r--test/wasm2js/br_table_to_loop.2asm.js.opt4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/wasm2js/br_table_to_loop.2asm.js.opt b/test/wasm2js/br_table_to_loop.2asm.js.opt
index 5c6fa5e7f..4c9f97311 100644
--- a/test/wasm2js/br_table_to_loop.2asm.js.opt
+++ b/test/wasm2js/br_table_to_loop.2asm.js.opt
@@ -1,6 +1,4 @@
-function wasm2js_trap() { throw new Error('abort'); }
-
function asmFunc(imports) {
var Math_imul = Math.imul;
var Math_fround = Math.fround;
@@ -13,7 +11,7 @@ function asmFunc(imports) {
var Math_trunc = Math.trunc;
var Math_sqrt = Math.sqrt;
function $0() {
- wasm2js_trap();
+ while (1) continue;
}
function $1() {