Skip to content

Commit 4c6e7ce

Browse files
authored
Merge pull request #36787 from ktoso/wip-yield-test
2 parents eae6c00 + 096bad3 commit 4c6e7ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Concurrency/Runtime/async_task_yield.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55

6-
// REQUIRES: rdar76274257
7-
86
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
97
protocol Go: Actor {
108
func go(times: Int) async -> Int
@@ -45,5 +43,6 @@ func yielding() async {
4543
static func main() async {
4644
await yielding()
4745
// TODO: No idea for a good test for this... Open to ideas?
46+
// CHECK: Two @ 100
4847
}
4948
}

0 commit comments

Comments
 (0)