Skip to content

Commit 625768e

Browse files
committed
[Reflection] Fix up Reflection/existentials.swift test.
rdar://problem/59909982
1 parent 1c1d575 commit 625768e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation-test/Reflection/existentials.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ protocol Composition : P, Q {}
281281
struct S : Composition {}
282282
func getComposition() -> P & Q { return S() }
283283
reflect(any: getComposition())
284-
// CHECK-64: Mangled name: $s12existentials1P_AA1Qp
284+
// CHECK-64: Mangled name: $s12existentials1PP_AA1QPp
285285
// CHECK-64: Demangled name: existentials.P & existentials.Q
286-
// CHECK-32: Mangled name: $s12existentials1P_AA1Qp
286+
// CHECK-32: Mangled name: $s12existentials1PP_AA1QPp
287287
// CHECK-32: Demangled name: existentials.P & existentials.Q
288288

289289
// Metatype:

0 commit comments

Comments
 (0)