diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo index 16ab587b2..c65a216c3 100644 --- a/test/exception-handling.wast.fromBinary.noDebugInfo +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -424,5 +424,18 @@ ) ) ) + (func $7 + (block $label$1 + (block $label$2 + ) + (try $label$5 + (do + (nop) + ) + (delegate 1) + ) + ) + (nop) + ) ) |