We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b500ac3 commit 3260e83Copy full SHA for 3260e83
Tests/TestingTests/SwiftPMTests.swift
@@ -90,7 +90,6 @@ struct SwiftPMTests {
90
@available(_regexAPI, *)
91
func filter() async throws {
92
let configuration = try configurationForEntryPoint(withArguments: ["PATH", "--filter", "hello"])
93
- print(configuration)
94
let test1 = Test(name: "hello") {}
95
let test2 = Test(name: "goodbye") {}
96
let plan = await Runner.Plan(tests: [test1, test2], configuration: configuration)
0 commit comments