summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception-handling.wast.from-wast')
-rw-r--r--test/exception-handling.wast.from-wast16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/exception-handling.wast.from-wast b/test/exception-handling.wast.from-wast
index b5926ca09..bca0c39b8 100644
--- a/test/exception-handling.wast.from-wast
+++ b/test/exception-handling.wast.from-wast
@@ -9,13 +9,13 @@
(tag $e-i32-i64 (param i32 i64))
(tag $e-eqref (param eqref))
(tag $e-empty (param))
- (func $foo
+ (func $foo (type $none_=>_none)
(nop)
)
- (func $bar
+ (func $bar (type $none_=>_none)
(nop)
)
- (func $eh-test
+ (func $eh-test (type $none_=>_none)
(local $x (i32 i64))
(try $try
(do
@@ -180,7 +180,7 @@
)
)
)
- (func $delegate-test
+ (func $delegate-test (type $none_=>_none)
(try $l0
(do
(try $try
@@ -245,7 +245,7 @@
)
)
)
- (func $rethrow-test
+ (func $rethrow-test (type $none_=>_none)
(try $l0
(do
(call $foo)
@@ -353,7 +353,7 @@
)
)
)
- (func $pop-test
+ (func $pop-test (type $none_=>_none)
(try $try
(do
(nop)
@@ -379,7 +379,7 @@
)
)
)
- (func $catchless-try-with-inner-delegate
+ (func $catchless-try-with-inner-delegate (type $none_=>_none)
(try $label$0
(do
(try $try
@@ -393,7 +393,7 @@
)
)
)
- (func $nested-block-and-try
+ (func $nested-block-and-try (type $none_=>_none)
(block $l0
(block $l1
)