summaryrefslogtreecommitdiff
path: root/test/unreachable-code.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/unreachable-code.wast.fromBinary')
-rw-r--r--test/unreachable-code.wast.fromBinary18
1 files changed, 7 insertions, 11 deletions
diff --git a/test/unreachable-code.wast.fromBinary b/test/unreachable-code.wast.fromBinary
index a93ffe730..67b8c30a6 100644
--- a/test/unreachable-code.wast.fromBinary
+++ b/test/unreachable-code.wast.fromBinary
@@ -44,22 +44,18 @@
)
(func $a-block-prepost
(nop)
- (block $label$1
- (if
- (i32.const 1)
- (unreachable)
- )
+ (if
+ (i32.const 1)
+ (unreachable)
)
(nop)
)
(func $b-block-prepost
(nop)
- (block $label$1
- (if
- (i32.const 1)
- (unreachable)
- (unreachable)
- )
+ (if
+ (i32.const 1)
+ (unreachable)
+ (unreachable)
)
)
(func $recurse