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.
1 parent 07c2906 commit 059652bCopy full SHA for 059652b
Tests/EndToEndTests/EndToEndTests.swift
@@ -3,7 +3,6 @@ import XCTest
3
4
final class EndToEndTests: XCTestCase {
5
func testCSS() throws {
6
- // Some of the APIs that we use below are available in macOS 10.13 and above.
7
let process = Process()
8
process.executableURL = productsDirectory.appendingPathComponent("swift-doc")
9
process.arguments = ["generate", "--module-name", "SwiftDoc", "--format", "html", "Sources"]
0 commit comments