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 c595925 + 3c9185b commit 6392465Copy full SHA for 6392465
Tests/SKCoreTests/ToolchainRegistryTests.swift
@@ -85,7 +85,7 @@ final class ToolchainRegistryTests: XCTestCase {
85
XCTAssertNil(tr1.default)
86
XCTAssert(tr1.toolchains.isEmpty)
87
88
- tr1.scanForToolchains(xcode: xcodeDeveloper)
+ tr1.scanForToolchains(xcode: xcodeDeveloper, fs)
89
90
XCTAssertEqual(tr1.default?.identifier, ToolchainRegistry.darwinDefaultToolchainIdentifier)
91
XCTAssertEqual(tr1.default?.path, toolchains.appending(component: "XcodeDefault.xctoolchain"))
0 commit comments