Skip to content

Commit 8242631

Browse files
authored
Merge pull request #134 from jrose-apple/fileprivate
Update for SE-0025 ('private' and 'fileprivate')
2 parents ff1dc23 + 3a85c23 commit 8242631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCTest/Private/PrintObserver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ internal class PrintObserver: XCTestObservation {
6666
return formatter
6767
}()
6868

69-
private func printAndFlush(_ message: String) {
69+
fileprivate func printAndFlush(_ message: String) {
7070
print(message)
7171
fflush(stdout)
7272
}

0 commit comments

Comments
 (0)