Skip to content

Commit 20c0f4d

Browse files
authored
Stop using removed Swift Testing API on linux (#87)
1 parent c9c7265 commit 20c0f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ let package = Package(
236236
dependencies: ["SwiftBuild", "SWBBuildSystem", "SWBCore", "SWBTaskConstruction", "SWBTaskExecution", "SWBUtil", "SWBLLBuild", "SWBMacro"],
237237
swiftSettings: swiftSettings(languageMode: .v5) + [
238238
// Temporary until swift-testing introduces replacement for this SPI
239-
.define("DONT_HAVE_CUSTOM_EXECUTION_TRAIT", .when(platforms: [.macOS, .macCatalyst, .iOS, .tvOS, .watchOS, .visionOS, .windows]))
239+
.define("DONT_HAVE_CUSTOM_EXECUTION_TRAIT")
240240
]),
241241

242242
// Tests

0 commit comments

Comments
 (0)