Skip to content

Commit 4576d53

Browse files
committed
[Concurrency][Tests] Require libdispatch in the sleep test.
We need to explicitly require `libdispatch` here, otherwise the Windows build will fail. rdar://141348916
1 parent 167449f commit 4576d53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/Runtime/sleep_executor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// REQUIRES: concurrency
44
// REQUIRES: executable_test
5+
// REQUIRES: libdispatch
56

67
// rdar://106849189 move-only types should be supported in freestanding mode
78
// UNSUPPORTED: freestanding

0 commit comments

Comments
 (0)