Skip to content

Commit 2b92d5c

Browse files
authored
Merge pull request #210 from owenv/test-gardening
[Gardening] Remove a print statement from VFS overlay tests
2 parents aabc801 + 390b1c2 commit 2b92d5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SwiftDriverTests/SwiftDriverTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,6 @@ final class SwiftDriverTests: XCTestCase {
25252525
let plannedJobs = try driver.planBuild()
25262526
XCTAssertEqual(plannedJobs.count, 1)
25272527
XCTAssertEqual(plannedJobs[0].kind, .compile)
2528-
print(plannedJobs[0].commandLine)
25292528
XCTAssert(plannedJobs[0].commandLine.contains(subsequence: [.flag("-vfsoverlay"), .path(.relative(RelativePath("overlay1.yaml"))), .flag("-vfsoverlay"), .path(.relative(RelativePath("overlay2.yaml"))), .flag("-vfsoverlay"), .path(.relative(RelativePath("overlay3.yaml")))]))
25302529
}
25312530
}

0 commit comments

Comments
 (0)