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 336cad2 commit d739dd2Copy full SHA for d739dd2
Tests/WorkspaceTests/ToolsVersionWriterTests.swift
@@ -77,7 +77,7 @@ class ToolsVersionWriterTests: XCTestCase {
77
XCTAssertEqual(result, "// swift-tools-version:4.1.2\n...")
78
}
79
80
- // Contents with valid specifier string and some meta data.
+ // Contents with invalid specifier string and some meta data.
81
stream = BufferedOutputByteStream()
82
stream <<< "// swift-tools-version:-3.1.2;hello\n"
83
stream <<< "..."
0 commit comments