Skip to content

Commit 172df21

Browse files
authored
Merge pull request #36776 from ktoso/wip-simplify-yield-test
[Concurrency] tune back the yield test it isn't really testing much
2 parents 87cbb88 + 057e156 commit 172df21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Concurrency/Runtime/async_task_yield.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@ func yielding() async {
4343
static func main() async {
4444
await yielding()
4545
// TODO: No idea for a good test for this... Open to ideas?
46-
// CHECK: One
47-
// CHECK-NEXT: Two
4846
}
4947
}

0 commit comments

Comments
 (0)