Skip to content

Commit 16d2384

Browse files
committed
Fix Linux conflict resolution build issue
1 parent 287f03b commit 16d2384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/Utilities/TestingSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ enum TestingSupport {
132132
#else
133133
let env = try Self.constructTestEnvironment(
134134
toolchain: try swiftCommandState.getTargetToolchain(),
135-
destinationBuildParameters: swiftCommandState.buildParametersForTest(
135+
buildParameters: swiftCommandState.buildParametersForTest(
136136
enableCodeCoverage: enableCodeCoverage,
137137
shouldSkipBuilding: shouldSkipBuilding,
138138
library: .xctest

0 commit comments

Comments
 (0)