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 87ecb5d commit fd02ab4Copy full SHA for fd02ab4
Tests/BuildTests/BuildPlanTests.swift
@@ -4445,7 +4445,6 @@ final class BuildPlanTests: XCTestCase {
4445
try llbuild.generateManifest(at: yaml)
4446
4447
let yamlContents: String = try fs.readFileContents(yaml)
4448
- print(yamlContents)
4449
XCTAssertMatch(yamlContents, .contains("""
4450
inputs: ["/Pkg/Snippets/ASnippet.swift","/Pkg/.build/debug/Lib.swiftmodule"
4451
"""))
0 commit comments