summaryrefslogtreecommitdiff
path: root/test/try-body-multiple-insts.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/try-body-multiple-insts.wasm.fromBinary')
-rw-r--r--test/try-body-multiple-insts.wasm.fromBinary8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/try-body-multiple-insts.wasm.fromBinary b/test/try-body-multiple-insts.wasm.fromBinary
index f52a1a3dc..cbb0d6f18 100644
--- a/test/try-body-multiple-insts.wasm.fromBinary
+++ b/test/try-body-multiple-insts.wasm.fromBinary
@@ -1,12 +1,12 @@
(module
- (type $0 (func))
- (func $0 (; 0 ;) (type $0)
+ (type $none_=>_none (func))
+ (func $0 (; 0 ;)
(nop)
)
- (func $1 (; 1 ;) (type $0)
+ (func $1 (; 1 ;)
(nop)
)
- (func $2 (; 2 ;) (type $0)
+ (func $2 (; 2 ;)
(local $0 exnref)
(try
(block