Skip to content

Commit 6392465

Browse files
authored
Merge pull request swiftlang#53 from benlangmuir/trfs
[test] Fix toolchain registry test to use in-memory file-system for search
2 parents c595925 + 3c9185b commit 6392465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SKCoreTests/ToolchainRegistryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ final class ToolchainRegistryTests: XCTestCase {
8585
XCTAssertNil(tr1.default)
8686
XCTAssert(tr1.toolchains.isEmpty)
8787

88-
tr1.scanForToolchains(xcode: xcodeDeveloper)
88+
tr1.scanForToolchains(xcode: xcodeDeveloper, fs)
8989

9090
XCTAssertEqual(tr1.default?.identifier, ToolchainRegistry.darwinDefaultToolchainIdentifier)
9191
XCTAssertEqual(tr1.default?.path, toolchains.appending(component: "XcodeDefault.xctoolchain"))

0 commit comments

Comments
 (0)