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 731f960 commit 4eb0097Copy full SHA for 4eb0097
Tests/SwiftBuildSupportTests/PIFBuilderTests.swift
@@ -180,7 +180,7 @@ struct PIFBuilderTests {
180
let releaseConfig = try pif.workspace
181
.project(named: "BasicExecutable")
182
.target(named: "Executable")
183
- .buildConfig(named: "Release")
+ .buildConfig(named: .release)
184
185
for platform in ProjectModel.BuildSettings.Platform.allCases {
186
let search_paths = releaseConfig.impartedBuildProperties.settings[.LIBRARY_SEARCH_PATHS, platform]
0 commit comments