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.fromBinary10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/exception-handling.wast.fromBinary b/test/exception-handling.wast.fromBinary
index b5aba7e15..195244930 100644
--- a/test/exception-handling.wast.fromBinary
+++ b/test/exception-handling.wast.fromBinary
@@ -5,16 +5,16 @@
(type $exnref_=>_exnref (func (param exnref) (result exnref)))
(event $event$0 (attr 0) (param i32))
(event $event$1 (attr 0) (param anyref))
- (func $exnref_test (; 0 ;) (param $0 exnref) (result exnref)
+ (func $exnref_test (param $0 exnref) (result exnref)
(local.get $0)
)
- (func $foo (; 1 ;)
+ (func $foo
(nop)
)
- (func $bar (; 2 ;)
+ (func $bar
(nop)
)
- (func $eh_test (; 3 ;)
+ (func $eh_test
(local $0 exnref)
(try
(throw $event$0
@@ -68,7 +68,7 @@
)
)
)
- (func $subtype_test (; 4 ;)
+ (func $subtype_test
(try
(nop)
(catch