We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aafe109 + 7952010 commit 49eccc4Copy full SHA for 49eccc4
test/Concurrency/async_task_priority.swift
@@ -3,6 +3,7 @@
3
// RUN: %target-codesign %t/async_task_priority
4
// RUN: %target-run %t/async_task_priority
5
6
+// REQUIRES: VENDOR=apple
7
// REQUIRES: executable_test
8
// REQUIRES: concurrency
9
// REQUIRES: libdispatch
@@ -12,7 +13,7 @@
12
13
// UNSUPPORTED: back_deployment_runtime
14
15
import Darwin
-@_predatesConcurrency import Dispatch
16
+@preconcurrency import Dispatch
17
import StdlibUnittest
18
19
func loopUntil(priority: TaskPriority) async {
0 commit comments