Skip to content

Commit 78bf349

Browse files
committed
Enable exit tests on Windows
1 parent 348ba1c commit 78bf349

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
@@ -75,8 +75,7 @@ let wasiLibcCSettings: [CSetting] = [
7575
]
7676

7777
let testOnlySwiftSettings: [SwiftSetting] = [
78-
// The latest Windows toolchain does not yet have exit tests in swift-testing
79-
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd]))
78+
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd, .windows]))
8079
]
8180

8281
let package = Package(

0 commit comments

Comments
 (0)