Skip to content

Commit 1d48c27

Browse files
committed
Generalize test for Linux/Windows more
1 parent b96ffb7 commit 1d48c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/mangling_inverse_generics_evolution.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public protocol Hello<Person>: ~Copyable {
1515
// CHECK: @"$s6Person4test5HelloPTl" =
1616
associatedtype Person: P & ~Copyable
1717

18-
// CHECK: @"$s4test5HelloP14favoritePerson0D0QzvrTq" = alias
18+
// CHECK: @"$s4test5HelloP14favoritePerson0D0QzvrTq" =
1919
var favoritePerson: Person { get }
2020

2121
// CHECK: @"$s4test5HelloP5greetyy6PersonQzFTq"

0 commit comments

Comments
 (0)