diff options
Diffstat (limited to 'test/lit/passes/j2cl.wast')
-rw-r--r-- | test/lit/passes/j2cl.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/j2cl.wast b/test/lit/passes/j2cl.wast index b8081d8b2..4fe661e5c 100644 --- a/test/lit/passes/j2cl.wast +++ b/test/lit/passes/j2cl.wast @@ -71,7 +71,7 @@ ;; Fields initialized to a non-default value shouldn't be hoisted. (module - ;; CHECK: (type $A (struct )) + ;; CHECK: (type $A (struct)) (type $A (struct)) ;; CHECK: (type $1 (func)) |