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.
2 parents 73ff15a + 555b764 commit cc55cebCopy full SHA for cc55ceb
Sources/XCTest/XCTestMain.swift
@@ -18,8 +18,8 @@ import Glibc
18
import Darwin
19
#endif
20
21
-internal func XCTPrint(items: Any..., separator: String = " ", terminator: String = "\n") {
22
- print(items, separator: separator, terminator: terminator)
+internal func XCTPrint(message: String) {
+ print(message)
23
fflush(stdout)
24
}
25
0 commit comments