Skip to content

Commit c226fdb

Browse files
committed
[Serialization] Fix missing target in driver invocation
1 parent 2cd0d5e commit c226fdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Sema/implementation-only-import-suggestion.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %empty-directory(%t)
22
// REQUIRES: VENDOR=apple
3-
// REQUIRES: OS=macosx
43

54
/// Prepare the SDK.
65
// RUN: cp -r %S/Inputs/public-private-sdk %t/sdk
@@ -22,7 +21,7 @@
2221
// RUN: -library-level spi -D PUBLIC_IMPORTS
2322

2423
/// The driver should also accept the flag and pass it along.
25-
// RUN: %swiftc_driver -typecheck -sdk %t/sdk -module-cache-path %t %s \
24+
// RUN: %target-swiftc_driver -typecheck -sdk %t/sdk -module-cache-path %t %s \
2625
// RUN: -F %t/sdk/System/Library/PrivateFrameworks/ \
2726
// RUN: -library-level spi -D PUBLIC_IMPORTS
2827

0 commit comments

Comments
 (0)