Skip to content

Commit 54c7c76

Browse files
committed
Require libdispatch in async_task_sleep.swift
1 parent 54e78cc commit 54c7c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Concurrency/Runtime/async_task_sleep.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency -parse-as-library) | %FileCheck %s --dump-input always
1+
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library) | %FileCheck %s --dump-input always
22
// REQUIRES: executable_test
33
// REQUIRES: concurrency
4+
// REQUIRES: libdispatch
45

56
import _Concurrency
67
// FIXME: should not depend on Dispatch

0 commit comments

Comments
 (0)