summaryrefslogtreecommitdiff
path: root/test/lit/tail-call.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/tail-call.wast')
-rw-r--r--test/lit/tail-call.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/tail-call.wast b/test/lit/tail-call.wast
index a2f96eeba..873d79034 100644
--- a/test/lit/tail-call.wast
+++ b/test/lit/tail-call.wast
@@ -33,8 +33,8 @@
;; Check GC types and subtyping
(module
- ;; CHECK: (type $A (struct (field i32)))
- (type $A (struct i32))
+ ;; CHECK: (type $A (sub (struct (field i32))))
+ (type $A (sub (struct i32)))
;; CHECK: (type $B (sub $A (struct (field i32) (field i32))))
(type $B (struct_subtype i32 i32 $A))