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 c17d175 commit fadb274Copy full SHA for fadb274
Tests/BuildTests/ToolsArchiveMetadataTests.swift
@@ -17,7 +17,7 @@ final class ToolsArchiveMetadataTests: XCTestCase {
17
func testParseMetadata() throws {
18
let fileSystem = InMemoryFileSystem()
19
try fileSystem.writeFileContents(
20
- .root.appending(component: "info.json"),
+ AbsolutePath("/info.json"),
21
bytes: ByteString(encodingAsUTF8: """
22
{
23
"schemaVersion": "1.0",
0 commit comments