summaryrefslogtreecommitdiff
path: root/test/passes/Oz_fuzz-exec_all-features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/Oz_fuzz-exec_all-features.txt')
-rw-r--r--test/passes/Oz_fuzz-exec_all-features.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.txt b/test/passes/Oz_fuzz-exec_all-features.txt
index baa2a24e9..9d79199f5 100644
--- a/test/passes/Oz_fuzz-exec_all-features.txt
+++ b/test/passes/Oz_fuzz-exec_all-features.txt
@@ -89,9 +89,9 @@
(array.len $bytes
(local.tee $0
(array.new_with_rtt $bytes
- (rtt.canon $bytes)
- (i32.const 50)
(i32.const 42)
+ (i32.const 50)
+ (rtt.canon $bytes)
)
)
)