summaryrefslogtreecommitdiff
path: root/test/reference-types.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/reference-types.wast.fromBinary.noDebugInfo')
-rw-r--r--test/reference-types.wast.fromBinary.noDebugInfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/reference-types.wast.fromBinary.noDebugInfo b/test/reference-types.wast.fromBinary.noDebugInfo
index 8fbc6f614..983dc58fe 100644
--- a/test/reference-types.wast.fromBinary.noDebugInfo
+++ b/test/reference-types.wast.fromBinary.noDebugInfo
@@ -405,7 +405,7 @@
(drop
(if (result anyref)
(i32.const 1)
- (i31.new
+ (ref.i31
(i32.const 0)
)
(ref.null none)
@@ -487,7 +487,7 @@
(drop
(select (result anyref)
(local.get $0)
- (i31.new
+ (ref.i31
(i32.const 0)
)
(i32.const 1)