summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lit/wat-kitchen-sink.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/wat-kitchen-sink.wast b/test/lit/wat-kitchen-sink.wast
index 303cfc53b..775a0a139 100644
--- a/test/lit/wat-kitchen-sink.wast
+++ b/test/lit/wat-kitchen-sink.wast
@@ -3549,7 +3549,7 @@
block (result i31ref)
block (result (ref any))
local.get 0
- br_on_cast 1 i31ref
+ br_on_cast 1 anyref i31ref
end
unreachable
end
@@ -3574,7 +3574,7 @@
block (result (ref any))
block (result i31ref)
local.get 0
- br_on_cast_fail 1 i31ref
+ br_on_cast_fail 1 anyref i31ref
end
unreachable
end