File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ final class LinkageTest: XCTestCase {
32
32
. library( " -lswiftCompatibility56 " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
33
33
. library( " -lswiftCompatibilityConcurrency " ) ,
34
34
. 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 " ) ) ,
36
36
. library( " -lswiftSwiftOnoneSupport " , condition: . when( configuration: . debug) ) ,
37
37
. library( " -lswift_Concurrency " ) ,
38
38
. library( " -lswift_StringProcessing " , condition: . mayBeAbsent( " Starting in Xcode 14 this library is not always autolinked " ) ) ,
You can’t perform that action at this time.
0 commit comments