Skip to content

Commit 3260e83

Browse files
committed
Stray print()
1 parent b500ac3 commit 3260e83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/TestingTests/SwiftPMTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ struct SwiftPMTests {
9090
@available(_regexAPI, *)
9191
func filter() async throws {
9292
let configuration = try configurationForEntryPoint(withArguments: ["PATH", "--filter", "hello"])
93-
print(configuration)
9493
let test1 = Test(name: "hello") {}
9594
let test2 = Test(name: "goodbye") {}
9695
let plan = await Runner.Plan(tests: [test1, test2], configuration: configuration)

0 commit comments

Comments
 (0)