diff --git a/Package.swift b/Package.swift index 88a735fc1..f5b698246 100644 --- a/Package.swift +++ b/Package.swift @@ -75,8 +75,7 @@ let wasiLibcCSettings: [CSetting] = [ ] let testOnlySwiftSettings: [SwiftSetting] = [ - // The latest Windows toolchain does not yet have exit tests in swift-testing - .define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd])) + .define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd, .windows])) ] let package = Package(