diff options
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r-- | test/unit.fromasm | 37 |
1 files changed, 15 insertions, 22 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm index 2b077edee..14654ff7a 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -198,15 +198,11 @@ ) ) (block $switch-case9 - (block $switch-case6 - (block $switch-case5 - (block $switch-case4 - (br_table $switch-case9 $switch-case9 $switch-case9 $switch-case6 $switch-case9 $switch-case9 $switch-case9 $switch-case9 $switch-case5 $switch-case9 $switch-case4 $switch-case9 - (i32.sub - (get_local $0) - (i32.const 2) - ) - ) + (block $switch-case4 + (br_table $switch-case9 $switch-case9 $switch-case9 $switch-case4 $switch-case9 $switch-case9 $switch-case9 $switch-case9 $switch-case4 $switch-case9 $switch-case4 $switch-case9 + (i32.sub + (get_local $0) + (i32.const 2) ) ) ) @@ -833,22 +829,19 @@ (call $h (i32.const -1) ) - (block $__rjti$1 - (loop $while-in - (br_if $while-in - (i32.eqz - (tee_local $0 - (i32.add - (get_local $0) - (i32.const 1) - ) + (loop $while-in + (br_if $while-in + (i32.eqz + (tee_local $0 + (i32.add + (get_local $0) + (i32.const 1) ) ) ) - (call $h - (i32.const 2) - ) - (br $__rjti$1) + ) + (call $h + (i32.const 2) ) ) (call $h |