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 ecde70f3e..276bcdd93 100644 --- a/test/break-within-catch.wasm.fromBinary +++ b/test/break-within-catch.wasm.fromBinary @@ -1,7 +1,7 @@ (module (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) - (tag $tag$0 (attr 0) (param i32)) + (tag $tag$0 (param i32)) (func $0 (block $label$2 (try $label$3 |