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 287f03b commit 16d2384Copy full SHA for 16d2384
Sources/Commands/Utilities/TestingSupport.swift
@@ -132,7 +132,7 @@ enum TestingSupport {
132
#else
133
let env = try Self.constructTestEnvironment(
134
toolchain: try swiftCommandState.getTargetToolchain(),
135
- destinationBuildParameters: swiftCommandState.buildParametersForTest(
+ buildParameters: swiftCommandState.buildParametersForTest(
136
enableCodeCoverage: enableCodeCoverage,
137
shouldSkipBuilding: shouldSkipBuilding,
138
library: .xctest
0 commit comments