diff options
Diffstat (limited to 'test/wasm2js/br_table_to_loop.2asm.js')
-rw-r--r-- | test/wasm2js/br_table_to_loop.2asm.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/wasm2js/br_table_to_loop.2asm.js b/test/wasm2js/br_table_to_loop.2asm.js index 408caf76e..0158cc8ea 100644 --- a/test/wasm2js/br_table_to_loop.2asm.js +++ b/test/wasm2js/br_table_to_loop.2asm.js @@ -25,8 +25,6 @@ function asmFunc(global, env, buffer) { block : { loop : while (1) { switch (1 | 0) { - case 0: - break block; case 1: continue; default: @@ -40,8 +38,6 @@ function asmFunc(global, env, buffer) { block : { loop : while (1) { switch (1 | 0) { - case 0: - continue; case 1: break block; default: |