Skip to content

Commit a6e635a

Browse files
authored
Update async_taskgroup_discarding_neverConsumingTasks.swift
1 parent 7cebe1e commit a6e635a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
// REQUIRES: concurrency_runtime
55

66
// UNSUPPORTED: back_deployment_runtime
7-
// UNSUPPORTED: OS=linux-gnu
7+
8+
// FIXME: enable discarding taskgroup on windows; rdar://104762037
9+
// UNSUPPORTED: OS=windows-msvc
810

911
actor Waiter {
1012
let until: Int

0 commit comments

Comments
 (0)