diff options
Diffstat (limited to 'test/lit/wat-kitchen-sink.wast')
-rw-r--r-- | test/lit/wat-kitchen-sink.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/wat-kitchen-sink.wast b/test/lit/wat-kitchen-sink.wast index 252673198..10f581d21 100644 --- a/test/lit/wat-kitchen-sink.wast +++ b/test/lit/wat-kitchen-sink.wast @@ -34,9 +34,9 @@ ;; CHECK: (type $12 (func (param i32 i64 v128))) ;; CHECK: (rec - ;; CHECK-NEXT: (type $s0 (struct )) + ;; CHECK-NEXT: (type $s0 (struct)) (type $s0 (struct)) - ;; CHECK: (type $s1 (struct )) + ;; CHECK: (type $s1 (struct)) (type $s1 (struct (field))) ) |