Skip to content

Commit fd02ab4

Browse files
committed
BuildTests: remove some likely debugging leftovers
This removes some extraneous printing during the test execution which is unnecessary and likely some debugging leftovers.
1 parent 87ecb5d commit fd02ab4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/BuildTests/BuildPlanTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4445,7 +4445,6 @@ final class BuildPlanTests: XCTestCase {
44454445
try llbuild.generateManifest(at: yaml)
44464446

44474447
let yamlContents: String = try fs.readFileContents(yaml)
4448-
print(yamlContents)
44494448
XCTAssertMatch(yamlContents, .contains("""
44504449
inputs: ["/Pkg/Snippets/ASnippet.swift","/Pkg/.build/debug/Lib.swiftmodule"
44514450
"""))

0 commit comments

Comments
 (0)