Skip to content

Commit d19aa3a

Browse files
authored
Update Tests/WorkspaceTests/SourceControlPackageContainerTests.swift
1 parent 2d41fa0 commit d19aa3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/WorkspaceTests/SourceControlPackageContainerTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ class SourceControlPackageContainerTests: XCTestCase {
328328
func testPreReleaseVersions() throws {
329329
let fs = InMemoryFileSystem()
330330

331+
// Insert an arc in the path prior to the repository root to prevent
332+
// `\Package.swift` being the path that is used. The
333+
// intermediate arc allows processing the tools versions.
331334
let repoPath = AbsolutePath.root.appending("SourceCache")
332335
let filePath = repoPath.appending("Package.swift")
333336

0 commit comments

Comments
 (0)