Skip to content

Commit 3c456c5

Browse files
authored
Enable exit tests on Windows (#1406)
1 parent 5efa89e commit 3c456c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ let wasiLibcCSettings: [CSetting] = [
8484
]
8585

8686
let testOnlySwiftSettings: [SwiftSetting] = [
87-
// The latest Windows toolchain does not yet have exit tests in swift-testing
88-
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd]))
87+
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd, .windows]))
8988
]
9089

9190
let package = Package(

0 commit comments

Comments
 (0)