diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/emcc_O2_hello_world.wast | 9 | ||||
-rw-r--r-- | test/emcc_hello_world.wast | 3 |
2 files changed, 8 insertions, 4 deletions
diff --git a/test/emcc_O2_hello_world.wast b/test/emcc_O2_hello_world.wast index 777bcc9d0..5c3562b7c 100644 --- a/test/emcc_O2_hello_world.wast +++ b/test/emcc_O2_hello_world.wast @@ -4659,7 +4659,8 @@ (get_local $i63) (i32.const 0) ) - (break $do-in$29 + (nop) + (break $do-out$28 ) ) ) @@ -6693,7 +6694,8 @@ (i32.const 0) ) ) - (break $do-in$47 + (nop) + (break $do-out$46 ) ) ) @@ -7388,7 +7390,8 @@ (get_local $i5) (i32.const 32) ) - (break $do-in$51 + (nop) + (break $do-out$50 ) ) ) diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast index 7941533c6..6686b0762 100644 --- a/test/emcc_hello_world.wast +++ b/test/emcc_hello_world.wast @@ -2305,7 +2305,8 @@ (get_local $dest) (get_local $stop) ) - (break $do-in$1 + (nop) + (break $do-out$0 ) ) ) |