Skip to content

Commit bf144cf

Browse files
committed
Add missing ')' to test. How embarrassing.
1 parent d716b09 commit bf144cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftParserTest/LinkageTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class LinkageTest: XCTestCase {
3232
.library("-lswiftCompatibility56", condition: .mayBeAbsent("Starting in Xcode 14 this library is not always autolinked")),
3333
.library("-lswiftCompatibilityConcurrency"),
3434
.library("-lswiftCore"),
35-
.library("-lswiftDarwin", condition: .mayBeAbsent("Not present when building inside the compiler"),
35+
.library("-lswiftDarwin", condition: .mayBeAbsent("Not present when building inside the compiler")),
3636
.library("-lswiftSwiftOnoneSupport", condition: .when(configuration: .debug)),
3737
.library("-lswift_Concurrency"),
3838
.library("-lswift_StringProcessing", condition: .mayBeAbsent("Starting in Xcode 14 this library is not always autolinked")),

0 commit comments

Comments
 (0)