Remove `SwiftLintFramework` dependency from GeneratedTests target (#4940)

Since it's available transitively from SwiftLintTestHelpers.
This commit is contained in:
JP Simard 2023-04-26 12:37:23 -04:00 committed by GitHub
parent b2a4c9fcb9
commit 4abcf5f0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ swift_library(
srcs = ["GeneratedTests/GeneratedTests.swift"],
module_name = "GeneratedTests",
deps = [
"//:SwiftLintFramework",
":SwiftLintTestHelpers",
],
)