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