Skip to content

Commit 5bd4113

Browse files
authored
Merge pull request #77501 from ktoso/wip-139384166
Disable async_task_locals_in_task_group_may_need_to_copy.swift while we investigage
2 parents 08b3c95 + 906bc69 commit 5bd4113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/async_task_locals_in_task_group_may_need_to_copy.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// REQUIRES: concurrency_runtime
77
// UNSUPPORTED: back_deployment_runtime
88

9+
// REQUIRES: rdar139384166
10+
911
enum TL {
1012
@TaskLocal
1113
static var one: Int = 1

0 commit comments

Comments
 (0)