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.
2 parents 51480a2 + abc5eb9 commit e129cb0Copy full SHA for e129cb0
Tests/TSCBasicTests/LockTests.swift
@@ -54,8 +54,6 @@ class LockTests: XCTestCase {
54
let fileA = tempDir.appending(component: "fileA")
55
let fileB = tempDir.appending(component: "fileB")
56
57
- let lock = FileLock(name: "lockfile", cachePath: tempDir)
58
-
59
let writerThreads = (0..<100).map { _ in
60
return Thread {
61
let lock = FileLock(name: "foo", cachePath: tempDir)
0 commit comments