Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Sep 14, 2024
1 parent a02484f commit 4ca53e1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ let package = Package(
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
],
targets: [
.target(
name: "DependenciesTestObserver",
dependencies: [
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
]
),
.target(
name: "Dependencies",
dependencies: [
Expand Down Expand Up @@ -92,6 +86,14 @@ let package = Package(
targets: ["DependenciesTestObserver"]
)
)
package.targets.append(
.target(
name: "DependenciesTestObserver",
dependencies: [
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
]
)
)
#endif

#if !os(WASI)
Expand Down

0 comments on commit 4ca53e1

Please sign in to comment.