Skip to content

Commit b96ffb7

Browse files
committed
Generalize test for Linux
1 parent e1ee19a commit b96ffb7

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
@@ -12,7 +12,7 @@ public protocol P: ~Copyable { }
1212

1313
public protocol Hello<Person>: ~Copyable {
1414
// CHECK: @"$s4test5HelloP6PersonAC_AA1PTn"
15-
// CHECK: @"$s6Person4test5HelloPTl" = alias
15+
// CHECK: @"$s6Person4test5HelloPTl" =
1616
associatedtype Person: P & ~Copyable
1717

1818
// CHECK: @"$s4test5HelloP14favoritePerson0D0QzvrTq" = alias

0 commit comments

Comments
 (0)