diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo index fca25f7d5..4242c1395 100644 --- a/test/exception-handling.wast.fromBinary.noDebugInfo +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -1,18 +1,18 @@ (module - (type $0 (func (param exnref) (result exnref))) - (type $1 (func)) - (type $2 (func (param i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param exnref) (result exnref))) (event $event$0 (attr 0) (param i32)) - (func $0 (; 0 ;) (type $0) (param $0 exnref) (result exnref) + (func $0 (; 0 ;) (type $2) (param $0 exnref) (result exnref) (local.get $0) ) - (func $1 (; 1 ;) (type $1) + (func $1 (; 1 ;) (type $0) (nop) ) - (func $2 (; 2 ;) (type $1) + (func $2 (; 2 ;) (type $0) (nop) ) - (func $3 (; 3 ;) (type $1) + (func $3 (; 3 ;) (type $0) (local $0 exnref) (try (throw $event$0 |