Skip to content

Commit 398bc10

Browse files
committed
Fix build failure
1 parent 5967832 commit 398bc10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ let wasiLibcCSettings: [CSetting] = [
7575
.define("_WASI_EMULATED_MMAN", .when(platforms: [.wasi])),
7676
]
7777

78-
let testOnlySwiftSettings: [SwiftSetting] {
79-
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openBSD])) // The latest Windows toolchain does not yet have exit tests in swift-testing
80-
}
78+
let testOnlySwiftSettings: [SwiftSetting] = [
79+
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux])) // The latest Windows toolchain does not yet have exit tests in swift-testing
80+
]
8181

8282
let package = Package(
8383
name: "swift-foundation",

0 commit comments

Comments
 (0)