Skip to content

Commit d269d5a

Browse files
authored
Remove stray print in SwiftDriverTests.swift (#1864)
1 parent 20ed137 commit d269d5a

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
@@ -6901,7 +6901,6 @@ final class SwiftDriverTests: XCTestCase {
69016901
let plannedJobs = try driver.planBuild()
69026902
XCTAssertEqual(plannedJobs.count, 1)
69036903
let linkJob = plannedJobs[0]
6904-
print(linkJob.commandLine)
69056904
XCTAssertFalse(linkJob.commandLine.contains(.flag("-force_load")))
69066905
XCTAssertFalse(linkJob.commandLine.contains(.flag("-rpath")))
69076906
XCTAssertFalse(linkJob.commandLine.contains(.flag("-lswiftCore")))

0 commit comments

Comments
 (0)