File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -341,10 +341,7 @@ extension Array where Element == PackageDescription.SwiftSetting {
341341 // This setting is enabled in the package, but not in the toolchain build
342342 // (via CMake). Enabling it is dependent on acceptance of the @section
343343 // proposal via Swift Evolution.
344- //
345- // FIXME: Re-enable this once a CI blocker is resolved:
346- // https://github.com/swiftlang/swift-testing/issues/1138.
347- // .enableExperimentalFeature("SymbolLinkageMarkers"),
344+ . enableExperimentalFeature( " SymbolLinkageMarkers " ) ,
348345
349346 // This setting is no longer needed when building with a 6.2 or later
350347 // toolchain now that SE-0458 has been accepted and implemented, but it is
You can’t perform that action at this time.
0 commit comments