We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d568eb3 commit a8fad50Copy full SHA for a8fad50
Sources/XCTest/Public/XCTestMain.swift
@@ -58,7 +58,7 @@
58
/// ./FooTests FooTestCase # Run all the tests in FooTestCase
59
///
60
/// - Parameter testCases: An array of test cases run, each produced by a call to the `testCase` function
61
-/// - seealso: `testCase
+/// - seealso: `testCase`
62
63
@available(*, deprecated, message: "Use XCTMain(_ testCaseClassEntries:) instead.")
64
public func XCTMain(_ testCases: [XCTestCaseEntry]) -> Never {
0 commit comments