Commit 77f4603
committed
[cxx-interop][LLDB] Update test for variadic templates, part 1
C++ class template instantiations previously did not get a valid generated Swift type name if they used variadic generics.
See swiftlang/swift#77450.
Since fully enabling the test requires the Swift PR to be merged, and the Swift PR relies on this test passing, this PR temporarily disables the failing asserts.
rdar://139435937
rdar://1064590371 parent 14e578f commit 77f4603
File tree
1 file changed
+3
-2
lines changed- lldb/test/API/lang/swift/cxx_interop/forward/variadic-template-types
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments