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.
1 parent 54e78cc commit 54c7c76Copy full SHA for 54c7c76
test/Concurrency/Runtime/async_task_sleep.swift
@@ -1,6 +1,7 @@
1
-// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency -parse-as-library) | %FileCheck %s --dump-input always
+// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library) | %FileCheck %s --dump-input always
2
// REQUIRES: executable_test
3
// REQUIRES: concurrency
4
+// REQUIRES: libdispatch
5
6
import _Concurrency
7
// FIXME: should not depend on Dispatch
0 commit comments