From afef6d353c4283798b82e6cd4a6969fdfdc7cf7c Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 16 Jul 2024 13:50:50 -0400 Subject: Remove extra space printed in empty structs (#6750) When we switched to the new type printing machinery, we inserted this extra space to minimize the diff in the test output compared with the previous type printer. Improve the quality of the printed output by removing it. --- test/lit/validation/closed-world-interface.wast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lit/validation/closed-world-interface.wast') 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)) -- cgit v1.2.3