We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9304bb0 commit f13fbc4Copy full SHA for f13fbc4
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -1061,6 +1061,7 @@ struct PipeConfigurationTests {
1061
#expect(result.standardOutput?.trimmingCharacters(in: CharacterSet.whitespacesAndNewlines) == "helper test")
1062
#expect(result.terminationStatus.isSuccess)
1063
}
1064
+ #endif
1065
1066
@Test func testProcessHelper() async throws {
1067
let pipeline =
@@ -1414,7 +1415,6 @@ struct PipeConfigurationTests {
1414
1415
// This test is for compilation only
1416
#expect(pipeline.stages.count == 3)
1417
- #endif
1418
1419
1420
// MARK: - Compilation Tests (no execution)
0 commit comments