diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo index 47577065c..19ac444fc 100644 --- a/test/exception-handling.wast.fromBinary.noDebugInfo +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -246,11 +246,13 @@ ) (try $label$25 (do - (try $label$23 - (do - (call $0) + (block $label$20 + (try $label$23 + (do + (call $0) + ) + (delegate $label$25) ) - (delegate $label$25) ) ) (delegate 0) |