Skip to content

Commit 920bc9b

Browse files
committed
Enable exit tests on Windows
1 parent 333c7fa commit 920bc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ let wasiLibcCSettings: [CSetting] = [
7777

7878
let testOnlySwiftSettings: [SwiftSetting] = [
7979
// The latest Windows toolchain does not yet have exit tests in swift-testing
80-
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd]))
80+
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd, .windows]))
8181
]
8282

8383
let package = Package(

0 commit comments

Comments
 (0)