Skip to content

Commit f13fbc4

Browse files
committed
Increase Windows test coverage
1 parent 9304bb0 commit f13fbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SubprocessTests/PipeConfigurationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,7 @@ struct PipeConfigurationTests {
10611061
#expect(result.standardOutput?.trimmingCharacters(in: CharacterSet.whitespacesAndNewlines) == "helper test")
10621062
#expect(result.terminationStatus.isSuccess)
10631063
}
1064+
#endif
10641065

10651066
@Test func testProcessHelper() async throws {
10661067
let pipeline =
@@ -1414,7 +1415,6 @@ struct PipeConfigurationTests {
14141415
// This test is for compilation only
14151416
#expect(pipeline.stages.count == 3)
14161417
}
1417-
#endif
14181418
}
14191419

14201420
// MARK: - Compilation Tests (no execution)

0 commit comments

Comments
 (0)