Skip to content

Commit 0dac977

Browse files
committed
remove the obsolete Testing_ module, and its transitive swift-atomics dependency
1 parent 3f31b42 commit 0dac977

33 files changed

+0
-1319
lines changed

Package.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,14 @@ let package:Package = .init(
66
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
77
products: [
88
.library(name: "Grammar", targets: ["Grammar"]),
9-
.library(name: "Testing_", targets: ["Testing_"]),
109
.library(name: "TraceableErrors", targets: ["TraceableErrors"]),
1110
],
12-
dependencies: [
13-
// This dependency only used for the Testing module’s concurrency support.
14-
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0"),
15-
],
1611
targets: [
1712
.target(name: "Grammar",
1813
dependencies: [
1914
.target(name: "TraceableErrors"),
2015
]),
2116

22-
.target(name: "Testing_",
23-
dependencies: [
24-
.product(name: "Atomics", package: "swift-atomics"),
25-
],
26-
path: "Sources/Testing"),
27-
2817
.target(name: "TraceableErrors"),
2918
]
3019
)

Sources/Testing/AssertionOperators/Assertion.Equal.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

Sources/Testing/AssertionOperators/Assertion.GreaterThan.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

Sources/Testing/AssertionOperators/Assertion.GreaterThanEqual.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

Sources/Testing/AssertionOperators/Assertion.LessThan.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

Sources/Testing/AssertionOperators/Assertion.LessThanEqual.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

Sources/Testing/AssertionOperators/Assertion.NotEqual.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

Sources/Testing/AssertionOperators/Assertion.OrderedElementsEqual.swift

Lines changed: 0 additions & 30 deletions
This file was deleted.

Sources/Testing/AssertionOperators/Assertion.UnorderedElementsEqual.swift

Lines changed: 0 additions & 30 deletions
This file was deleted.

Sources/Testing/AssertionOperators/Assertion.UnorderedElementsNotEqual.swift

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)