Skip to content

Commit 4eb0097

Browse files
authored
Fix test the broke build due to merge race (#9470)
1 parent 731f960 commit 4eb0097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftBuildSupportTests/PIFBuilderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ struct PIFBuilderTests {
180180
let releaseConfig = try pif.workspace
181181
.project(named: "BasicExecutable")
182182
.target(named: "Executable")
183-
.buildConfig(named: "Release")
183+
.buildConfig(named: .release)
184184

185185
for platform in ProjectModel.BuildSettings.Platform.allCases {
186186
let search_paths = releaseConfig.impartedBuildProperties.settings[.LIBRARY_SEARCH_PATHS, platform]

0 commit comments

Comments
 (0)