Skip to content

Commit

Permalink
Merge pull request #7 from CuriositySoftware/remove_swift_testing
Browse files Browse the repository at this point in the history
Remove swift-testing
  • Loading branch information
yimajo committed Nov 6, 2023
2 parents c473b1b + 0604c43 commit 7fc8c67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
"version" : "509.0.2"
}
},
{
"identity" : "swift-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing.git",
"state" : {
"branch" : "aa8702a",
"revision" : "aa8702a7880218de50bd0459487958dbab57ead5"
}
}
],
"version" : 2
Expand Down
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"),
.package(url: "https://github.com/apple/swift-testing.git", revision: "aa8702a"),
],
targets: [
.macro(
Expand All @@ -45,7 +44,6 @@ let package = Package(
dependencies: [
"FatalErrorTestValueImplementationMacro",
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
.product(name: "Testing", package: "swift-testing"),
]
),
]
Expand Down

0 comments on commit 7fc8c67

Please sign in to comment.