diff options
Diffstat (limited to 'test/emcc_hello_world.wast')
-rw-r--r-- | test/emcc_hello_world.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast index d33811b80..2edc07d4d 100644 --- a/test/emcc_hello_world.wast +++ b/test/emcc_hello_world.wast @@ -2438,12 +2438,12 @@ (i32.const 4) ) ) - (if + (br_if (i32.lt_s (get_local $dest) (get_local $stop) ) - (br $do-in$1) + $do-in$1 ) ) ) |