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.
print
SwiftDriverTests.swift
1 parent 185a84a commit 07e7daeCopy full SHA for 07e7dae
Tests/SwiftDriverTests/SwiftDriverTests.swift
@@ -6901,7 +6901,6 @@ final class SwiftDriverTests: XCTestCase {
6901
let plannedJobs = try driver.planBuild()
6902
XCTAssertEqual(plannedJobs.count, 1)
6903
let linkJob = plannedJobs[0]
6904
- print(linkJob.commandLine)
6905
XCTAssertFalse(linkJob.commandLine.contains(.flag("-force_load")))
6906
XCTAssertFalse(linkJob.commandLine.contains(.flag("-rpath")))
6907
XCTAssertFalse(linkJob.commandLine.contains(.flag("-lswiftCore")))
0 commit comments