Skip to content

Commit 8b4068b

Browse files
Merge pull request #63402 from apple/ktoso-patch-14
Disable test only on windows, rather than everywhere
2 parents 0a52b14 + 5acd9cf commit 8b4068b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Concurrency/Runtime/async_taskgroup_discarding.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency_runtime
66

7-
// REQUIRES: rdar104982289
8-
97
// rdar://78109470
108
// UNSUPPORTED: back_deployment_runtime
119

10+
// rdar://104982289
11+
// UNSUPPORTED: OS=windows-msvc
12+
1213
import _Concurrency
1314

1415
struct Boom: Error {

0 commit comments

Comments
 (0)