Skip to content

Commit c158480

Browse files
committed
update test that was failing on linux
1 parent 700da64 commit c158480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_InternalTestSupport/BuildSystemProvider+Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extension BuildSystemProvider.Kind {
1818
public func binPathSuffixes(for config: BuildConfiguration) -> [String] {
1919
let suffix: String
2020

21-
#if os(linux)
21+
#if os(Linux)
2222
suffix = "-linux"
2323
#elseif os(Windows)
2424
suffix = "-windows"

0 commit comments

Comments
 (0)