Skip to content

Commit ea94934

Browse files
authored
Merge pull request #38640 from compnerd/dispatch-less
test: remove some `%import-libdispatch` usage in tests
2 parents c70ac39 + bb1e5d7 commit ea94934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Concurrency/Runtime/async_task_async_let_child_cancel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift( -Xfrontend -disable-availability-checking %import-libdispatch -parse-as-library) | %FileCheck %s --dump-input=always
1+
// RUN: %target-run-simple-swift(-Xfrontend -disable-availability-checking -parse-as-library) | %FileCheck %s --dump-input=always
22

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency

test/Concurrency/Runtime/async_task_yield.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift( -Xfrontend -disable-availability-checking %import-libdispatch -parse-as-library) | %FileCheck %s
1+
// RUN: %target-run-simple-swift(-Xfrontend -disable-availability-checking -parse-as-library) | %FileCheck %s
22

33
// REQUIRES: executable_test
44
// REQUIRES: concurrency

test/Concurrency/Runtime/exclusivity_custom_executors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift( %import-libdispatch -parse-as-library)
1+
// RUN: %target-run-simple-swift(-parse-as-library)
22

33
// REQUIRES: concurrency
44
// REQUIRES: executable_test

0 commit comments

Comments
 (0)