summaryrefslogtreecommitdiff
path: root/test/lit/passes/gufa-tnh.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/gufa-tnh.wast')
-rw-r--r--test/lit/passes/gufa-tnh.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/passes/gufa-tnh.wast b/test/lit/passes/gufa-tnh.wast
index cb363c567..d276421f8 100644
--- a/test/lit/passes/gufa-tnh.wast
+++ b/test/lit/passes/gufa-tnh.wast
@@ -1980,10 +1980,10 @@
(module
;; CHECK: (type $0 (func))
- ;; CHECK: (type $A (sub (struct )))
+ ;; CHECK: (type $A (sub (struct)))
(type $A (sub (struct)))
- ;; CHECK: (type $B (sub $A (struct )))
+ ;; CHECK: (type $B (sub $A (struct)))
(type $B (sub $A (struct)))
;; CHECK: (type $3 (func (param (ref null $A))))