Skip to content

Commit

Permalink
swift-testing now ships with the toolchain!
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Oct 2, 2024
1 parent 698d816 commit 39e1388
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
20 changes: 1 addition & 19 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "fa8595a7a58cb38d39f9bd6abb6912c607ba46b9b6016a4994549056615f9b7f",
"originHash" : "a820be717504b61ea192be01bc8752905534bf092258ad7bf97af285b1aacb8b",
"pins" : [
{
"identity" : "swift-atomics",
Expand All @@ -18,24 +18,6 @@
"revision" : "642d5957896f06b03e35c48fc439488367d3fd21",
"version" : "0.4.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
}
},
{
"identity" : "swift-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing",
"state" : {
"revision" : "97d1f8a4e91794ec6bbf1ecb252ab31b1e255052",
"version" : "0.7.0"
}
}
],
"version" : 3
Expand Down
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ let package:Package = .init(
dependencies: [
.package(url: "https://github.com/tayloraswift/swift-grammar", .upToNextMinor(
from: "0.4.0")),
.package(url: "https://github.com/apple/swift-testing", .upToNextMinor(
from: "0.7.0")),
],
targets: [
.target(name: "JSONAST"),
Expand Down Expand Up @@ -50,7 +48,6 @@ let package:Package = .init(
.testTarget(name: "JSONTests",
dependencies: [
.target(name: "JSON"),
.product(name: "Testing", package: "swift-testing"),
]),
]
)
3 changes: 0 additions & 3 deletions Sources/JSONTests/TestIntegerOverflow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import JSON
import Testing

struct IntegerOverflow
{
}
extension IntegerOverflow
{
private
func expect<Signed>(_ value:Int64, overflows:Signed.Type)
Expand Down
10 changes: 0 additions & 10 deletions Sources/JSONTests/shims.swift

This file was deleted.

0 comments on commit 39e1388

Please sign in to comment.