Skip to content

Commit 7fc8c67

Browse files
authored
Merge pull request #7 from CuriositySoftware/remove_swift_testing
Remove swift-testing
2 parents c473b1b + 0604c43 commit 7fc8c67

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Package.resolved

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"),
21-
.package(url: "https://github.com/apple/swift-testing.git", revision: "aa8702a"),
2221
],
2322
targets: [
2423
.macro(
@@ -45,7 +44,6 @@ let package = Package(
4544
dependencies: [
4645
"FatalErrorTestValueImplementationMacro",
4746
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
48-
.product(name: "Testing", package: "swift-testing"),
4947
]
5048
),
5149
]

0 commit comments

Comments
 (0)