summaryrefslogtreecommitdiff
path: root/test/lit/passes/unsubtyping.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/unsubtyping.wast')
-rw-r--r--test/lit/passes/unsubtyping.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/unsubtyping.wast b/test/lit/passes/unsubtyping.wast
index 368f935b9..65d4d6a48 100644
--- a/test/lit/passes/unsubtyping.wast
+++ b/test/lit/passes/unsubtyping.wast
@@ -103,7 +103,7 @@
;; An active element segment requires subtyping. So does an element segment
;; element.
- ;; CHECK: (elem $e (table $t) (i32.const 0) (ref null $sub) (struct.new_default $subsub))
+ ;; CHECK: (elem $e (table $t) (i32.const 0) (ref null $sub) (item (struct.new_default $subsub)))
(elem $e (table $t) (offset (i32.const 0)) (ref null $sub) (struct.new $subsub))
)