diff options
Diffstat (limited to 'test/unit.fromasm.imprecise.no-opts')
-rw-r--r-- | test/unit.fromasm.imprecise.no-opts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit.fromasm.imprecise.no-opts b/test/unit.fromasm.imprecise.no-opts index c872d9053..6a12e39c6 100644 --- a/test/unit.fromasm.imprecise.no-opts +++ b/test/unit.fromasm.imprecise.no-opts @@ -302,6 +302,7 @@ (loop $while-in (block $while-out (br $while-out) + (br $while-in) ) ) (br $label$break$Lout) @@ -311,8 +312,10 @@ (loop $while-in8 (block $while-out7 (br $label$break$Lout) + (br $while-in8) ) ) + (br $label$break$Lout) ) ) (loop $label$continue$L1 @@ -333,6 +336,7 @@ ) (block (br $label$break$L1) + (br $switch10) ) ) (block @@ -344,6 +348,7 @@ ) (block (br $label$break$L3) + (br $switch10) ) ) (br $label$break$L1) @@ -1732,6 +1737,7 @@ (i32.const 14) ) (br $while-out) + (br $while-in) ) ) (if |