File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ extension XCTestCase {
73
73
}
74
74
let averageDuration = totalDuration / Double( tests. count)
75
75
76
- print ( " Executed \( tests. count) test \( testCountSuffix) , with \( totalFailures) failure \( failureSuffix) \( unexpectedFailures) unexpected) in \( printableStringForTimeInterval ( averageDuration) ) ( \( printableStringForTimeInterval ( totalDuration) ) ) seconds " )
76
+ print ( " Executed \( tests. count) test \( testCountSuffix) , with \( totalFailures) failure \( failureSuffix) ( \( unexpectedFailures) unexpected) in \( printableStringForTimeInterval ( averageDuration) ) ( \( printableStringForTimeInterval ( totalDuration) ) ) seconds " )
77
77
}
78
78
79
79
// This function is for the use of XCTestCase only, but we must make it public or clients will get a link failure when using XCTest (23476006)
You can’t perform that action at this time.
0 commit comments