Skip to content

Commit 2a1cd0b

Browse files
committed
target -> executableTarget
1 parent d104cc0 commit 2a1cd0b

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
@@ -176,7 +176,7 @@ var targets: [PackageDescription.Target] = [
176176
],
177177
path: "IntegrationTests/tests_01_cluster/it_Clustered_swim_suspension_reachability"
178178
),
179-
.target(
179+
.executableTarget(
180180
name: "it_Clustered_swim_ungraceful_shutdown",
181181
dependencies: [
182182
"DistributedActors",

0 commit comments

Comments
 (0)