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 2cd0d5e commit c226fdbCopy full SHA for c226fdb
test/Sema/implementation-only-import-suggestion.swift
@@ -1,6 +1,5 @@
1
// RUN: %empty-directory(%t)
2
// REQUIRES: VENDOR=apple
3
-// REQUIRES: OS=macosx
4
5
/// Prepare the SDK.
6
// RUN: cp -r %S/Inputs/public-private-sdk %t/sdk
@@ -22,7 +21,7 @@
22
21
// RUN: -library-level spi -D PUBLIC_IMPORTS
23
24
/// The driver should also accept the flag and pass it along.
25
-// RUN: %swiftc_driver -typecheck -sdk %t/sdk -module-cache-path %t %s \
+// RUN: %target-swiftc_driver -typecheck -sdk %t/sdk -module-cache-path %t %s \
26
// RUN: -F %t/sdk/System/Library/PrivateFrameworks/ \
27
28
0 commit comments