File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ public func XCTMain(_ testCases: [XCTestCaseEntry]) -> Never {
6464}
6565
6666public func XCTMain( _ testCases: [ XCTestCaseEntry ] , arguments: [ String ] ) -> Never {
67- XCTMain ( testCases, arguments: arguments, observers: [ PrintObserver ( ) ] )
67+ XCTMain ( testCases, arguments: arguments, observers: [ PrintObserver ( ) ] )
6868}
6969
7070public func XCTMain(
71- _ testCases: [ XCTestCaseEntry ] ,
72- arguments: [ String ] ,
73- observers: [ XCTestObservation ]
71+ _ testCases: [ XCTestCaseEntry ] ,
72+ arguments: [ String ] ,
73+ observers: [ XCTestObservation ]
7474) -> Never {
7575 let testBundle = Bundle . main
7676
@@ -138,7 +138,7 @@ public func XCTMain(
138138 // Add a test observer that prints test progress to stdout.
139139 let observationCenter = XCTestObservationCenter . shared
140140 for observer in observers {
141- observationCenter. addTestObserver ( observer)
141+ observationCenter. addTestObserver ( observer)
142142 }
143143
144144 observationCenter. testBundleWillStart ( testBundle)
You can’t perform that action at this time.
0 commit comments