diff options
Diffstat (limited to 'test/lit/empty-elem.wast')
-rw-r--r-- | test/lit/empty-elem.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/empty-elem.wast b/test/lit/empty-elem.wast index 0eff01d3c..0dec887d6 100644 --- a/test/lit/empty-elem.wast +++ b/test/lit/empty-elem.wast @@ -6,7 +6,7 @@ ;; type, resulting in invalid modules. (module - ;; CHECK: (type $struct (sub (struct ))) + ;; CHECK: (type $struct (sub (struct))) (type $struct (sub (struct))) ;; CHECK: (type $array (sub (array (mut (ref null $struct))))) |