diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo index 96cc9c4c6..69abafdbf 100644 --- a/test/exception-handling.wast.fromBinary.noDebugInfo +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -74,29 +74,5 @@ ) ) ) - (func $4 - (try - (do - (nop) - ) - (catch - (drop - (exnref.pop) - ) - (drop - (block $label$3 (result i32) - (rethrow - (br_on_exn $label$3 $event$0 - (ref.null) - ) - ) - ) - ) - ) - ) - (throw $event$1 - (ref.null) - ) - ) ) |