Skip to content

Commit 92a25ec

Browse files
committed
fix test on FreeBSD
1 parent 2bc9094 commit 92a25ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FoundationEssentialsTests/ProcessInfoTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ final class ProcessInfoTests : XCTestCase {
171171
func testProcessName() {
172172
#if FOUNDATION_FRAMEWORK
173173
let targetName = "TestHost"
174-
#elseif os(Linux) || os(Windows) || os(Android)
174+
#elseif os(Linux) || os(Windows) || os(Android) || os(FreeBSD)
175175
let targetName = "swift-foundationPackageTests.xctest"
176176
#else
177177
let targetName = "xctest"

0 commit comments

Comments
 (0)