Skip to content

Commit 97dc5d6

Browse files
Update Tests/TSCUtilityTests/NetrcTests.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 821fd18 commit 97dc5d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/TSCUtilityTests/NetrcTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import TSCUtility
66
/// Netrc feature depends upon `NSTextCheckingResult.range(withName name: String) -> NSRange`,
77
/// which is only available in macOS 10.13+ at this time.
88
class NetrcTests: XCTestCase {
9-
109
/// should load machines for a given inline format
1110
func testLoadMachinesInline() {
1211
let content = "machine example.com login anonymous password qwerty"

0 commit comments

Comments
 (0)