Skip to content

Commit 059652b

Browse files
committed
Remove stray comment leftover from review
1 parent 07c2906 commit 059652b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/EndToEndTests/EndToEndTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import XCTest
33

44
final class EndToEndTests: XCTestCase {
55
func testCSS() throws {
6-
// Some of the APIs that we use below are available in macOS 10.13 and above.
76
let process = Process()
87
process.executableURL = productsDirectory.appendingPathComponent("swift-doc")
98
process.arguments = ["generate", "--module-name", "SwiftDoc", "--format", "html", "Sources"]

0 commit comments

Comments
 (0)