diff options
Diffstat (limited to 'test/unreachable-code.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/unreachable-code.wast.fromBinary.noDebugInfo | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/unreachable-code.wast.fromBinary.noDebugInfo b/test/unreachable-code.wast.fromBinary.noDebugInfo index d8c89d7f2..8f9fd6b00 100644 --- a/test/unreachable-code.wast.fromBinary.noDebugInfo +++ b/test/unreachable-code.wast.fromBinary.noDebugInfo @@ -1,32 +1,32 @@ (module (type $none_=>_none (func)) - (func $0 (; 0 ;) + (func $0 (if (i32.const 1) (unreachable) ) ) - (func $1 (; 1 ;) + (func $1 (if (i32.const 1) (unreachable) (unreachable) ) ) - (func $2 (; 2 ;) + (func $2 (if (i32.const 1) (unreachable) ) ) - (func $3 (; 3 ;) + (func $3 (if (i32.const 1) (unreachable) (unreachable) ) ) - (func $4 (; 4 ;) + (func $4 (nop) (if (i32.const 1) @@ -34,7 +34,7 @@ ) (nop) ) - (func $5 (; 5 ;) + (func $5 (nop) (if (i32.const 1) @@ -42,7 +42,7 @@ (unreachable) ) ) - (func $6 (; 6 ;) + (func $6 (nop) (block $label$1 (if @@ -52,7 +52,7 @@ ) (nop) ) - (func $7 (; 7 ;) + (func $7 (nop) (block $label$1 (if @@ -62,7 +62,7 @@ ) ) ) - (func $8 (; 8 ;) + (func $8 (nop) (block $label$1 (nop) @@ -70,7 +70,7 @@ ) (nop) ) - (func $9 (; 9 ;) + (func $9 (block $label$1 (nop) (block $label$2 |