summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception-handling.wast.fromBinary')
-rw-r--r--test/exception-handling.wast.fromBinary14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/exception-handling.wast.fromBinary b/test/exception-handling.wast.fromBinary
index 043eadf87..f83ad5d48 100644
--- a/test/exception-handling.wast.fromBinary
+++ b/test/exception-handling.wast.fromBinary
@@ -1,18 +1,18 @@
(module
- (type $0 (func))
- (type $1 (func (param i32)))
- (type $2 (func (param exnref) (result exnref)))
+ (type $none_=>_none (func))
+ (type $i32_=>_none (func (param i32)))
+ (type $exnref_=>_exnref (func (param exnref) (result exnref)))
(event $event$0 (attr 0) (param i32))
- (func $exnref_test (; 0 ;) (type $2) (param $0 exnref) (result exnref)
+ (func $exnref_test (; 0 ;) (param $0 exnref) (result exnref)
(local.get $0)
)
- (func $foo (; 1 ;) (type $0)
+ (func $foo (; 1 ;)
(nop)
)
- (func $bar (; 2 ;) (type $0)
+ (func $bar (; 2 ;)
(nop)
)
- (func $eh_test (; 3 ;) (type $0)
+ (func $eh_test (; 3 ;)
(local $0 exnref)
(try
(throw $event$0