You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cxx-interop][LLDB] Update test for variadic templates
C++ class template instantiations previously did not get a valid generated Swift type name if they used variadic generics.
See swiftlang/swift#77450.
rdar://139435937
rdar://106459037
Copy file name to clipboardExpand all lines: lldb/test/API/lang/swift/cxx_interop/forward/variadic-template-types/TestSwiftForwardInteropVariadicTemplateTypes.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ def test(self):
17
17
18
18
self.expect('frame var pair', substrs=['Pair', 'Tuple<OtherCxxClass>', '_t',
0 commit comments