Skip to content

Commit 3a85c23

Browse files
committed
Update for SE-0025 ('private' and 'fileprivate')
1 parent ff1dc23 commit 3a85c23

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)