diff options
Diffstat (limited to 'test/lit/ctor-eval/ctor_after_serialization.wat')
-rw-r--r-- | test/lit/ctor-eval/ctor_after_serialization.wat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/ctor-eval/ctor_after_serialization.wat b/test/lit/ctor-eval/ctor_after_serialization.wat index df37f7e8b..e3acfefe6 100644 --- a/test/lit/ctor-eval/ctor_after_serialization.wat +++ b/test/lit/ctor-eval/ctor_after_serialization.wat @@ -7,7 +7,7 @@ ;; contains the serialization of the struct.new instruction). (module - ;; CHECK: (type $A (struct )) + ;; CHECK: (type $A (struct)) (type $A (struct)) (export "new" (func $new)) @@ -43,7 +43,7 @@ ;; As above, but now there is an existing global with the name that we want to ;; use. We should not collide. - ;; CHECK: (type $A (struct )) + ;; CHECK: (type $A (struct)) (type $A (struct)) ;; CHECK: (type $1 (func (result (ref any)))) |