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 f6c06972e..24e4e9222 100644 --- a/test/unreachable-code.wast.fromBinary.noDebugInfo +++ b/test/unreachable-code.wast.fromBinary.noDebugInfo @@ -1,33 +1,33 @@ (module (type $0 (func)) (memory $0 0) - (func $0 (type $0) + (func $0 (; 0 ;) (type $0) (if (i32.const 1) (unreachable) ) ) - (func $1 (type $0) + (func $1 (; 1 ;) (type $0) (if (i32.const 1) (unreachable) (unreachable) ) ) - (func $2 (type $0) + (func $2 (; 2 ;) (type $0) (if (i32.const 1) (unreachable) ) ) - (func $3 (type $0) + (func $3 (; 3 ;) (type $0) (if (i32.const 1) (unreachable) (unreachable) ) ) - (func $4 (type $0) + (func $4 (; 4 ;) (type $0) (nop) (if (i32.const 1) @@ -35,7 +35,7 @@ ) (nop) ) - (func $5 (type $0) + (func $5 (; 5 ;) (type $0) (nop) (if (i32.const 1) @@ -43,7 +43,7 @@ (unreachable) ) ) - (func $6 (type $0) + (func $6 (; 6 ;) (type $0) (nop) (block $label$1 (if @@ -53,7 +53,7 @@ ) (nop) ) - (func $7 (type $0) + (func $7 (; 7 ;) (type $0) (nop) (block $label$1 (if @@ -63,7 +63,7 @@ ) ) ) - (func $8 (type $0) + (func $8 (; 8 ;) (type $0) (nop) (block $label$1 (nop) @@ -71,7 +71,7 @@ ) (nop) ) - (func $9 (type $0) + (func $9 (; 9 ;) (type $0) (block $label$1 (nop) (block $label$2 |