Skip to content

Commit e99e80d

Browse files
committed
[Test][Concurrency] Add libdispatch to the requirements for the test.
The test uses Dispatch, mainly for convenience, but that means it won't run everywhere. rdar://156701386
1 parent a550080 commit e99e80d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/Runtime/custom_task_executor_fast_path.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// UNSUPPORTED: back_deployment_runtime
1010
// REQUIRES: concurrency_runtime
1111
// REQUIRES: synchronization
12+
// REQUIRES: libdispatch
1213

1314
import StdlibUnittest
1415
import Synchronization

0 commit comments

Comments
 (0)