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 c8a88cd commit 7e186b8Copy full SHA for 7e186b8
Sources/Testing/ExitTests/WaitFor.swift
@@ -20,7 +20,7 @@ internal import TestingInternals
20
///
21
/// - Throws: If the exit status of the process with ID `pid` cannot be
22
/// determined (i.e. it does not represent an exit condition.)
23
-fileprivate func _blockAndWait(for pid: pid_t) throws -> ExitCondition {
+private func _blockAndWait(for pid: pid_t) throws -> ExitCondition {
24
// Get the exit status of the process or throw an error (other than EINTR.)
25
while true {
26
var siginfo = siginfo_t()
0 commit comments