diff options
Diffstat (limited to 'test/unreachable-code.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/unreachable-code.wast.fromBinary.noDebugInfo | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/test/unreachable-code.wast.fromBinary.noDebugInfo b/test/unreachable-code.wast.fromBinary.noDebugInfo index 8f9fd6b00..3ff74e98f 100644 --- a/test/unreachable-code.wast.fromBinary.noDebugInfo +++ b/test/unreachable-code.wast.fromBinary.noDebugInfo @@ -44,22 +44,18 @@ ) (func $6 (nop) - (block $label$1 - (if - (i32.const 1) - (unreachable) - ) + (if + (i32.const 1) + (unreachable) ) (nop) ) (func $7 (nop) - (block $label$1 - (if - (i32.const 1) - (unreachable) - (unreachable) - ) + (if + (i32.const 1) + (unreachable) + (unreachable) ) ) (func $8 |