diff options
Diffstat (limited to 'test/lit/validation/closed-world-interface.wast')
-rw-r--r-- | test/lit/validation/closed-world-interface.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/validation/closed-world-interface.wast b/test/lit/validation/closed-world-interface.wast index 19b0faa10..b4fe965cf 100644 --- a/test/lit/validation/closed-world-interface.wast +++ b/test/lit/validation/closed-world-interface.wast @@ -13,7 +13,7 @@ ;; This is referred to by the type of a function export, but is still not allowed. ;; CHECK: publicly exposed type disallowed with a closed world: $struct, on -;; CHECK-NEXT: (struct ) +;; CHECK-NEXT: (struct) (module (type $struct (struct)) |