diff options
Diffstat (limited to 'test/lit/passes/optimize-casts.wast')
-rw-r--r-- | test/lit/passes/optimize-casts.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/optimize-casts.wast b/test/lit/passes/optimize-casts.wast index aefd4a6ea..4dd839d97 100644 --- a/test/lit/passes/optimize-casts.wast +++ b/test/lit/passes/optimize-casts.wast @@ -5,7 +5,7 @@ ;; CHECK: (type $A (struct )) (type $A (struct_subtype data)) - ;; CHECK: (type $B (struct_subtype $A)) + ;; CHECK: (type $B (sub $A (struct ))) (type $B (struct_subtype $A)) ;; CHECK: (type $D (array (mut i32))) |