Skip to content

Commit

Permalink
Merge pull request #16 from giginet/comment-conversion
Browse files Browse the repository at this point in the history
Implement resultBuilder to define fixtures
  • Loading branch information
giginet authored Sep 16, 2024
2 parents 8b098d0 + d172f5a commit 15ed86a
Show file tree
Hide file tree
Showing 9 changed files with 214 additions and 206 deletions.
11 changes: 1 addition & 10 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "08b7f562030c50b0845a8fa4260a424c9a13d99115aad21c8e2165815e354c4b",
"originHash" : "2992d5354881d2641db22fe79b2fed3ae338628c4d56f13d9ae1200d617c4e04",
"pins" : [
{
"identity" : "swift-argument-parser",
Expand All @@ -18,15 +18,6 @@
"revision" : "cb53fa1bd3219b0b23ded7dfdd3b2baff266fd25",
"version" : "600.0.0"
}
},
{
"identity" : "swift-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing.git",
"state" : {
"revision" : "c55848b2aa4b29a4df542b235dfdd792a6fbe341",
"version" : "0.12.0"
}
}
],
"version" : 3
Expand Down
5 changes: 0 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ let package = Package(
url: "https://github.com/swiftlang/swift-syntax.git",
.upToNextMajor(from: "600.0.0")
),
.package(
url: "https://github.com/apple/swift-testing.git",
from: "0.10.0"
),
.package(
url: "https://github.com/apple/swift-argument-parser.git",
from: "1.2.0"
Expand Down Expand Up @@ -71,7 +67,6 @@ let package = Package(
name: "RevolutionKitTests",
dependencies: [
.target(name: "RevolutionKit"),
.product(name: "Testing", package: "swift-testing"),
]
),
],
Expand Down
Loading

0 comments on commit 15ed86a

Please sign in to comment.