diff options
Diffstat (limited to 'test/br_to_exit.wasm.fromBinary')
-rw-r--r-- | test/br_to_exit.wasm.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/br_to_exit.wasm.fromBinary b/test/br_to_exit.wasm.fromBinary index faee4e21b..a25acc937 100644 --- a/test/br_to_exit.wasm.fromBinary +++ b/test/br_to_exit.wasm.fromBinary @@ -1,8 +1,8 @@ (module (type $0 (func)) (func $0 - (block $label$0 - (br $label$0) + (block $label + (br $label) ) ) ) |