Skip to content

Commit 63e597c

Browse files
fix(patch): drop MacroTesting dependency (#23)
1 parent fb55d55 commit 63e597c

File tree

3 files changed

+684
-1486
lines changed

3 files changed

+684
-1486
lines changed

Package.resolved

Lines changed: 1 addition & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ let package = Package(
1515
)
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"602.0.0"),
19-
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.6.3")
18+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"602.0.0")
2019
],
2120
targets: [
2221
// Targets are the basic building blocks of a package, defining a module or a test suite.
@@ -40,7 +39,6 @@ let package = Package(
4039
name: "EquatableTests",
4140
dependencies: [
4241
"EquatableMacros",
43-
.product(name: "MacroTesting", package: "swift-macro-testing"),
4442
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax")
4543
]
4644
)

0 commit comments

Comments
 (0)