diff options
Diffstat (limited to 'test/lit/isorecursive-singleton-group.wast')
-rw-r--r-- | test/lit/isorecursive-singleton-group.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/isorecursive-singleton-group.wast b/test/lit/isorecursive-singleton-group.wast index 6462b0288..80fa346c7 100644 --- a/test/lit/isorecursive-singleton-group.wast +++ b/test/lit/isorecursive-singleton-group.wast @@ -11,7 +11,7 @@ (rec ;; CHECK: (type $singleton (sub (struct ))) - (type $singleton (struct_subtype data)) + (type $singleton (sub (struct))) ) ;; Use the type so it appears in the output. |