Skip to content

Commit 604bef8

Browse files
committed
Simple cleanups and reorganization
1 parent 26a2dc9 commit 604bef8

File tree

5 files changed

+1655
-1673
lines changed

5 files changed

+1655
-1673
lines changed

Package.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ let package = Package(
5656
name: "_RegexParser",
5757
dependencies: [],
5858
swiftSettings: privateStdlibSettings),
59-
.testTarget(
60-
name: "MatchingEngineTests",
61-
dependencies: [
62-
"_RegexParser", "_StringProcessing"
63-
]),
6459
.target(
6560
name: "_CUnicode",
6661
dependencies: []),

0 commit comments

Comments
 (0)