Skip to content

Commit 917c66d

Browse files
compnerdartemcm
andauthored
Update Tests/SwiftDriverTests/SwiftDriverTests.swift
Co-authored-by: Artem Chikin <[email protected]>
1 parent 2160696 commit 917c66d

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
@@ -3077,7 +3077,7 @@ final class SwiftDriverTests: XCTestCase {
30773077
var driver = try Driver(args: [
30783078
"swiftc", "-target", "x86_64-apple-macosx10.15", "-g", "-emit-library",
30793079
"-static", "-o", "library.a", "library.swift"
3080-
])
3080+
], env: env)
30813081
let jobs = try driver.planBuild()
30823082

30833083
XCTAssertEqual(jobs.count, 3)

0 commit comments

Comments
 (0)