diff options
Diffstat (limited to 'test/lit/tail-call.wast')
-rw-r--r-- | test/lit/tail-call.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/tail-call.wast b/test/lit/tail-call.wast index a82313bfd..a2f96eeba 100644 --- a/test/lit/tail-call.wast +++ b/test/lit/tail-call.wast @@ -36,7 +36,7 @@ ;; CHECK: (type $A (struct (field i32))) (type $A (struct i32)) - ;; CHECK: (type $B (struct_subtype (field i32) (field i32) $A)) + ;; CHECK: (type $B (sub $A (struct (field i32) (field i32)))) (type $B (struct_subtype i32 i32 $A)) ;; CHECK: (type $return-B (func (result (ref $B)))) |