Skip to content

Commit d14176d

Browse files
authored
Merge pull request #1659 from slavapestov/parameter-packs-backward-deployment
Update linkage tests for swiftlang/swift#65884
2 parents 9f61d4a + 20716fb commit d14176d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/SwiftParserTest/LinkageTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ final class LinkageTest: XCTestCase {
3434
.library("-lswiftCompatibility51", condition: .mayBeAbsent("Starting in Xcode 14 this library is not always autolinked")),
3535
.library("-lswiftCompatibility56", condition: .mayBeAbsent("Starting in Xcode 14 this library is not always autolinked")),
3636
.library("-lswiftCompatibilityConcurrency"),
37+
.library("-lswiftCompatibilityPacks", condition: .mayBeAbsent("Only in newer compilers")),
3738
.library("-lswiftCore"),
3839
.library("-lswiftDarwin", condition: .mayBeAbsent("Not present when building inside the compiler")),
3940
.library("-lswiftSwiftOnoneSupport", condition: .when(configuration: .debug)),
@@ -50,6 +51,7 @@ final class LinkageTest: XCTestCase {
5051
.library("-lswiftCompatibility51", condition: .mayBeAbsent("Starting in Xcode 14 this library is not always autolinked")),
5152
.library("-lswiftCompatibility56", condition: .mayBeAbsent("Starting in Xcode 14 this library is not always autolinked")),
5253
.library("-lswiftCompatibilityConcurrency"),
54+
.library("-lswiftCompatibilityPacks", condition: .mayBeAbsent("Only in newer compilers")),
5355
.library("-lswiftCore"),
5456
.library("-lswiftSwiftOnoneSupport", condition: .when(configuration: .debug)),
5557
.library("-lswift_Concurrency"),
@@ -65,6 +67,7 @@ final class LinkageTest: XCTestCase {
6567
.library("-lswiftCompatibility51", condition: .mayBeAbsent("Starting in Xcode 14 this library is not always autolinked")),
6668
.library("-lswiftCompatibility56", condition: .mayBeAbsent("Starting in Xcode 14 this library is not always autolinked")),
6769
.library("-lswiftCompatibilityConcurrency"),
70+
.library("-lswiftCompatibilityPacks", condition: .mayBeAbsent("Only in newer compilers")),
6871
.library("-lswiftCore"),
6972
.library("-lswiftSwiftOnoneSupport", condition: .when(configuration: .debug)),
7073
.library("-lswift_Concurrency"),

0 commit comments

Comments
 (0)