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 698e4bd commit d93cce3Copy full SHA for d93cce3
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