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