Skip to content

Commit 769a78b

Browse files
committed
Shrink dependency list of SwiftSyntaxMacrosTestSupport
1 parent 537e1a2 commit 769a78b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Package.swift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,10 @@ let package = Package(
222222
.target(
223223
name: "SwiftSyntaxMacrosTestSupport",
224224
dependencies: [
225-
"_SwiftSyntaxTestSupport",
226-
"SwiftDiagnostics",
227-
"SwiftIDEUtils",
228-
"SwiftParser",
225+
"SwiftSyntax",
226+
"SwiftSyntaxMacroExpansion",
229227
"SwiftSyntaxMacros",
230228
"SwiftSyntaxMacrosGenericTestSupport",
231-
"SwiftSyntaxMacroExpansion",
232229
]
233230
),
234231

0 commit comments

Comments
 (0)