Skip to content

Commit 82e34fa

Browse files
committed
Fix async_task_priority
This test imports Darwin directly so it fails on Linux with ``` error: no such module 'Darwin' ```
1 parent 025ee1e commit 82e34fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/async_task_priority.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-codesign %t/async_task_priority
44
// RUN: %target-run %t/async_task_priority
55

6+
// REQUIRES: VENDOR=apple
67
// REQUIRES: executable_test
78
// REQUIRES: concurrency
89
// REQUIRES: libdispatch

0 commit comments

Comments
 (0)