diff options
Diffstat (limited to 'test/break-to-return.wasm.fromBinary')
-rw-r--r-- | test/break-to-return.wasm.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/break-to-return.wasm.fromBinary b/test/break-to-return.wasm.fromBinary index 1e7a2ce4d..0bf75cc8b 100644 --- a/test/break-to-return.wasm.fromBinary +++ b/test/break-to-return.wasm.fromBinary @@ -3,7 +3,7 @@ (memory $0 256 256) (export "add" (func $0)) (func $0 (type $0) (param $var$0 i32) (param $var$1 i32) (result i32) - (block $binaryen|break-to-return i32 + (block $binaryen|break-to-return (result i32) (br $binaryen|break-to-return (i32.add (get_local $var$0) |