Skip to content

Commit 27f7dfb

Browse files
authored
Merge pull request #39427 from benlangmuir/disable-conc-mangle-test-old-os-stdlib
[test] Disable Concurrency/Backdeploy/mangling.swift with OS stdlib
2 parents 7d4619e + 2144f72 commit 27f7dfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Backdeploy/mangling.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
// REQUIRES: OS=macosx
1717
// REQUIRES: executable_test
1818

19+
// rdar://83465277 - failing when using OS stdlib on 10.15 and earlier.
20+
// UNSUPPORTED: use_os_stdlib
21+
1922
protocol MyProtocol {
2023
associatedtype AssocSendable
2124
associatedtype AssocAsync

0 commit comments

Comments
 (0)