summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception-handling.wast.fromBinary')
-rw-r--r--test/exception-handling.wast.fromBinary10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/exception-handling.wast.fromBinary b/test/exception-handling.wast.fromBinary
index 89d0bb7fb..afb9da9ac 100644
--- a/test/exception-handling.wast.fromBinary
+++ b/test/exception-handling.wast.fromBinary
@@ -246,11 +246,13 @@
)
(try $label$25
(do
- (try $label$23
- (do
- (call $foo)
+ (block $label$20
+ (try $label$23
+ (do
+ (call $foo)
+ )
+ (delegate $label$25)
)
- (delegate $label$25)
)
)
(delegate 0)