Skip to content

Commit 77e60cf

Browse files
committed
silence issue on windows
1 parent a5469c4 commit 77e60cf

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
@@ -3,6 +3,8 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55

6+
// UNSUPPORTED: OS=windows-msvc
7+
68
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
79
func printWaitPrint(_ int: Int) async -> Int {
810
print("start, cancelled:\(Task.isCancelled), id:\(int)")

0 commit comments

Comments
 (0)