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 20ed137 commit d269d5aCopy full SHA for d269d5a
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