Skip to content

Commit 057e156

Browse files
committed
[Concurrency] tune back the yield test it isn't really testing much
1 parent 87cbb88 commit 057e156

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)