Skip to content

Commit 7e23308

Browse files
committed
reenable async_taskgroup_next_on_pending
1 parent 084275f commit 7e23308

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/Concurrency/Runtime/async_taskgroup_asynciterator_semantics.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-run-simple-swift( -Xfrontend -disable-availability-checking -parse-as-library) | %FileCheck %s --dump-input=always
2+
23
// REQUIRES: executable_test
34
// REQUIRES: concurrency
45
// REQUIRES: concurrency_runtime

test/Concurrency/Runtime/async_taskgroup_next_on_pending.swift

-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
// REQUIRES: concurrency
55
// REQUIRES: libdispatch
66

7-
// rdar://76038845
87
// REQUIRES: concurrency_runtime
98

10-
// REQUIRES: rdar75096485
11-
129
import Dispatch
1310

1411
func completeSlowly(n: Int) async -> Int {

0 commit comments

Comments
 (0)