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 0cb95da commit fc648f0Copy full SHA for fc648f0
Tests/SWBTaskConstructionTests/TaskConstructionTests.swift
@@ -4812,7 +4812,7 @@ fileprivate struct TaskConstructionTests: CoreBasedTests {
4812
try fs.createDirectory(Path(SRCROOT).join("Framework/FooFramework/Bar"), recursive: true)
4813
4814
// Check the build.
4815
- await tester.checkBuild(runDestination: .macOS, fs: fs) { results in
+ await tester.checkBuild(runDestination: .host, fs: fs) { results in
4816
results.checkTarget("Tool") { target in
4817
results.checkTask(.matchTarget(target), .matchRuleType("CompileC")) { task in
4818
let buildProductsDirSuffix = RunDestinationInfo.host.builtProductsDirSuffix
0 commit comments