diff options
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/relooper-fuzz.txt | 8 | ||||
-rw-r--r-- | test/example/relooper-fuzz1.txt | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/test/example/relooper-fuzz.txt b/test/example/relooper-fuzz.txt index e53ca13ce..aeee64325 100644 --- a/test/example/relooper-fuzz.txt +++ b/test/example/relooper-fuzz.txt @@ -449,9 +449,9 @@ (i32.const 0) ) (if - (i32.rem_u + (i32.and (call $check) - (i32.const 2) + (i32.const 1) ) (block (call $print @@ -480,9 +480,9 @@ ) (br_if $shape$3$continue (i32.eqz - (i32.rem_u + (i32.and (call $check) - (i32.const 2) + (i32.const 1) ) ) ) diff --git a/test/example/relooper-fuzz1.txt b/test/example/relooper-fuzz1.txt index 6d0bba603..5da2f5ff3 100644 --- a/test/example/relooper-fuzz1.txt +++ b/test/example/relooper-fuzz1.txt @@ -438,17 +438,17 @@ (i32.const 0) ) (if - (i32.rem_u + (i32.and (tee_local $0 (call $check) ) - (i32.const 4) + (i32.const 3) ) (if (i32.eq - (i32.rem_u + (i32.and (get_local $0) - (i32.const 4) + (i32.const 3) ) (i32.const 2) ) @@ -470,9 +470,9 @@ (i32.const 2) ) (br_if $block$10$break - (i32.rem_u + (i32.and (call $check) - (i32.const 2) + (i32.const 1) ) ) ) |