summaryrefslogtreecommitdiff
path: root/test/example/relooper-fuzz.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/relooper-fuzz.txt')
-rw-r--r--test/example/relooper-fuzz.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/example/relooper-fuzz.txt b/test/example/relooper-fuzz.txt
index b4e6c8b57..2836a05de 100644
--- a/test/example/relooper-fuzz.txt
+++ b/test/example/relooper-fuzz.txt
@@ -463,7 +463,9 @@
(call_import $print
(i32.const 8)
)
- (call $check)
+ (drop
+ (call $check)
+ )
)
)
(loop $shape$3$continue
@@ -503,7 +505,7 @@
(if
(i32.eq
(i32.rem_u
- (set_local $1
+ (tee_local $1
(call $check)
)
(i32.const 3)
@@ -530,7 +532,9 @@
(call_import $print
(i32.const 2)
)
- (call $check)
+ (drop
+ (call $check)
+ )
(set_local $0
(i32.const 6)
)