summaryrefslogtreecommitdiff
path: root/test/passes
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes')
-rw-r--r--test/passes/Oz_fuzz-exec_all-features.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.wast b/test/passes/Oz_fuzz-exec_all-features.wast
index a693f0098..cc6ebb46e 100644
--- a/test/passes/Oz_fuzz-exec_all-features.wast
+++ b/test/passes/Oz_fuzz-exec_all-features.wast
@@ -159,7 +159,7 @@
(func "br-on_non_null"
(drop
(block $non-null (result (ref any))
- (br_on_non_null $non-null (i31.new (i32.const 0)))
+ (br_on_non_null $non-null (ref.i31 (i32.const 0)))
;; $x refers to an i31, which is not null, so we will branch, and not
;; log
(call $log (i32.const 1))