Skip to content

Commit 570744c

Browse files
authored
PEG: remove errant XCTest dependency
Remove errant `import XCTest`. The core libraries should not depend on the testing framework.
1 parent 5ee1a22 commit 570744c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Prototypes/PEG/PEGInterpreter.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
//
1010
//===----------------------------------------------------------------------===//
1111

12-
import XCTest
1312
extension PEG {
1413
struct Grammar {
1514
var environment: Dictionary<String, Pattern>

0 commit comments

Comments
 (0)