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 158db2b + 34c48f7 commit 4b85066Copy full SHA for 4b85066
test/Concurrency/Runtime/startImmediately.swift
@@ -1,5 +1,5 @@
1
// RUN: %empty-directory(%t)
2
-// RUN: %target-build-swift -Xfrontend -disable-availability-checking %s %import-libdispatch -swift-version 6 -o %t/a.out
+// RUN: %target-build-swift -plugin-path %swift-plugin-dir -Xfrontend -disable-availability-checking %s %import-libdispatch -swift-version 6 -o %t/a.out
3
// RUN: %target-codesign %t/a.out
4
// RUN: %target-run %t/a.out | %FileCheck %s --dump-input=always
5
0 commit comments