summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r--test/exception-handling.wast.fromBinary.noDebugInfo26
1 files changed, 13 insertions, 13 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo
index eeeeea94e..5c527119e 100644
--- a/test/exception-handling.wast.fromBinary.noDebugInfo
+++ b/test/exception-handling.wast.fromBinary.noDebugInfo
@@ -1,21 +1,21 @@
(module
- (type $none_=>_none (func))
- (type $i32_=>_none (func (param i32)))
- (type $i64_=>_none (func (param i64)))
- (type $i32_i64_=>_none (func (param i32 i64)))
- (type $eqref_=>_none (func (param eqref)))
+ (type $0 (func))
+ (type $1 (func (param i32)))
+ (type $2 (func (param i64)))
+ (type $3 (func (param i32 i64)))
+ (type $4 (func (param eqref)))
(tag $tag$0 (param i32))
(tag $tag$1 (param i64))
(tag $tag$2 (param i32 i64))
(tag $tag$3 (param eqref))
(tag $tag$4 (param))
- (func $0 (type $none_=>_none)
+ (func $0 (type $0)
(nop)
)
- (func $1 (type $none_=>_none)
+ (func $1 (type $0)
(nop)
)
- (func $2 (type $none_=>_none)
+ (func $2 (type $0)
(local $0 i32)
(local $1 i64)
(local $2 (i32 i64))
@@ -205,7 +205,7 @@
)
)
)
- (func $3 (type $none_=>_none)
+ (func $3 (type $0)
(try $label$9
(do
(block $label$1
@@ -276,7 +276,7 @@
)
)
)
- (func $4 (type $none_=>_none)
+ (func $4 (type $0)
(try $label$3
(do
(call $0)
@@ -382,7 +382,7 @@
)
)
)
- (func $5 (type $none_=>_none)
+ (func $5 (type $0)
(try $label$5
(do
(nop)
@@ -408,7 +408,7 @@
)
)
)
- (func $6 (type $none_=>_none)
+ (func $6 (type $0)
(try $label$6
(do
(block $label$1
@@ -424,7 +424,7 @@
)
)
)
- (func $7 (type $none_=>_none)
+ (func $7 (type $0)
(block $label$1
(block $label$2
)