Skip to content

Commit a8fad50

Browse files
Sean Olszewskibriancroom
Sean Olszewski
andauthored
Update Sources/XCTest/Public/XCTestMain.swift
Co-authored-by: Brian Croom <[email protected]>
1 parent d568eb3 commit a8fad50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCTest/Public/XCTestMain.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
/// ./FooTests FooTestCase # Run all the tests in FooTestCase
5959
///
6060
/// - Parameter testCases: An array of test cases run, each produced by a call to the `testCase` function
61-
/// - seealso: `testCase
61+
/// - seealso: `testCase`
6262

6363
@available(*, deprecated, message: "Use XCTMain(_ testCaseClassEntries:) instead.")
6464
public func XCTMain(_ testCases: [XCTestCaseEntry]) -> Never {

0 commit comments

Comments
 (0)