Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tests/SWBBuildSystemTests/SwiftDriverTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ fileprivate struct SwiftDriverTests: CoreBasedTests {
}
}

@Test(.requireSDKs(.host), .skipHostOS(.windows))
@Test(.requireSDKs(.host))
func precompiledHeader() async throws {
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
let testWorkspace = try await TestWorkspace(
Expand Down Expand Up @@ -914,7 +914,7 @@ fileprivate struct SwiftDriverTests: CoreBasedTests {
}
}

@Test(.requireSDKs(.host), .skipHostOS(.windows))
@Test(.requireSDKs(.host))
func explicitBuild() async throws {
for setting in ["SWIFT_ENABLE_EXPLICIT_MODULES", "_EXPERIMENTAL_SWIFT_EXPLICIT_MODULES"] {
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
Expand Down
Loading