diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo index 27202e8a6..5c527119e 100644 --- a/test/exception-handling.wast.fromBinary.noDebugInfo +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -20,6 +20,7 @@ (local $1 i64) (local $2 (i32 i64)) (local $3 i32) + (local $4 i32) (try $label$3 (do (throw $tag$0 @@ -59,7 +60,15 @@ ) ) (drop - (local.get $0) + (block (result i32) + (local.set $4 + (local.get $0) + ) + (drop + (local.get $1) + ) + (local.get $4) + ) ) ) ) |