Skip to content

Commit fc648f0

Browse files
committed
fixed merge
1 parent 0cb95da commit fc648f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBTaskConstructionTests/TaskConstructionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4812,7 +4812,7 @@ fileprivate struct TaskConstructionTests: CoreBasedTests {
48124812
try fs.createDirectory(Path(SRCROOT).join("Framework/FooFramework/Bar"), recursive: true)
48134813

48144814
// Check the build.
4815-
await tester.checkBuild(runDestination: .macOS, fs: fs) { results in
4815+
await tester.checkBuild(runDestination: .host, fs: fs) { results in
48164816
results.checkTarget("Tool") { target in
48174817
results.checkTask(.matchTarget(target), .matchRuleType("CompileC")) { task in
48184818
let buildProductsDirSuffix = RunDestinationInfo.host.builtProductsDirSuffix

0 commit comments

Comments
 (0)