diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo index 632055441..2c6f83c4d 100644 --- a/test/exception-handling.wast.fromBinary.noDebugInfo +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -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 $0 (; 0 ;) (param $0 exnref) (result exnref) + (func $0 (param $0 exnref) (result exnref) (local.get $0) ) - (func $1 (; 1 ;) + (func $1 (nop) ) - (func $2 (; 2 ;) + (func $2 (nop) ) - (func $3 (; 3 ;) + (func $3 (local $0 exnref) (try (throw $event$0 @@ -68,7 +68,7 @@ ) ) ) - (func $4 (; 4 ;) + (func $4 (try (nop) (catch |