diff options
Diffstat (limited to 'test/passes/simplify-locals-nonesting.txt')
-rw-r--r-- | test/passes/simplify-locals-nonesting.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/passes/simplify-locals-nonesting.txt b/test/passes/simplify-locals-nonesting.txt index abc3aecb9..a5dd4d343 100644 --- a/test/passes/simplify-locals-nonesting.txt +++ b/test/passes/simplify-locals-nonesting.txt @@ -87,7 +87,7 @@ ) (if (local.get $8) - (block + (then (block $block1 (nop) (nop) @@ -127,7 +127,7 @@ ) (unreachable) ) - (block + (else (unreachable) (unreachable) ) @@ -157,7 +157,7 @@ ) (if (local.get $2) - (block + (then (nop) (nop) (local.set $x @@ -168,7 +168,7 @@ ) (nop) ) - (block + (else (nop) (nop) (local.set $x |