Skip to content

Commit 5cff3d2

Browse files
PJ FechnerPJ Fechner
authored andcommitted
Removing unused test target
1 parent ce65c84 commit 5cff3d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Package.swift

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ let package = Package(
7676
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
7777
]
7878
),
79-
.testTarget(
80-
name: "IntegrationTests",
81-
dependencies: [
82-
"CodableWrapperMacros",
83-
"Quick", "Nimble",
84-
"CodableWrappers",
85-
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
86-
]
87-
),
79+
// .testTarget(
80+
// name: "IntegrationTests",
81+
// dependencies: [
82+
// "CodableWrapperMacros",
83+
// "Quick", "Nimble",
84+
// "CodableWrappers",
85+
// .product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
86+
// ]
87+
// ),
8888
],
8989
swiftLanguageVersions: [.version("6"), .v5]
9090
)

0 commit comments

Comments
 (0)