summaryrefslogtreecommitdiff
path: root/test/lit/passes/local-subtyping.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/local-subtyping.wast')
-rw-r--r--test/lit/passes/local-subtyping.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/local-subtyping.wast b/test/lit/passes/local-subtyping.wast
index c5f3f408a..c86f4d645 100644
--- a/test/lit/passes/local-subtyping.wast
+++ b/test/lit/passes/local-subtyping.wast
@@ -14,7 +14,7 @@
(type $array (array_subtype i8 data))
- ;; CHECK: (type $ret-any (func (result anyref)))
+ ;; CHECK: (type $ret-any (sub (func (result anyref))))
(type $ret-any (sub (func (result anyref))))
;; CHECK: (type $ret-i31 (sub $ret-any (func (result i31ref))))
(type $ret-i31 (sub $ret-any (func (result i31ref))))