Skip to content

Commit b79243c

Browse files
committed
Fix SwiftDriverTests/testLinking not using -ld-path
1 parent 8c9fe37 commit b79243c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/SwiftDriverTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ final class SwiftDriverTests: XCTestCase {
16791679

16801680
do {
16811681
// macOS target
1682-
var driver = try Driver(args: commonArgs + ["-emit-library", "-target", "x86_64-apple-macosx10.15", "-Onone", "-use-ld=foo", "--ld-path=/bar/baz"], env: env)
1682+
var driver = try Driver(args: commonArgs + ["-emit-library", "-target", "x86_64-apple-macosx10.15", "-Onone", "-use-ld=foo", "-ld-path=/bar/baz"], env: env)
16831683
let plannedJobs = try driver.planBuild()
16841684

16851685
XCTAssertEqual(3, plannedJobs.count)

0 commit comments

Comments
 (0)