diff options
Diffstat (limited to 'test/break-within-catch.wasm.fromBinary')
-rw-r--r-- | test/break-within-catch.wasm.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/break-within-catch.wasm.fromBinary b/test/break-within-catch.wasm.fromBinary index 276bcdd93..3fe738104 100644 --- a/test/break-within-catch.wasm.fromBinary +++ b/test/break-within-catch.wasm.fromBinary @@ -1,6 +1,6 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32))) + (type $1 (func)) (tag $tag$0 (param i32)) (func $0 (block $label$2 |