Skip to content

Commit 8571f37

Browse files
Merge pull request #37370 from aschwaighofer/disable_async_task_async_let_child_cancel
Disable async_task_async_let_child_cancel.swift test
2 parents 05576ad + 753fae3 commit 8571f37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/async_task_async_let_child_cancel.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// UNSUPPORTED: back_deployment_runtime
88
// UNSUPPORTED: use_os_stdlib
99

10+
// REQUIRES: rdar_77671328
11+
1012
@available(SwiftStdlib 5.5, *)
1113
func printWaitPrint(_ int: Int) async -> Int {
1214
print("start, cancelled:\(Task.isCancelled), id:\(int)")

0 commit comments

Comments
 (0)