Skip to content

Commit f0047e6

Browse files
authored
Revert remaining workaround preventing the use of SymbolLinkageMarkers (#1234)
1 parent 9edaba8 commit f0047e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Package.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)