Skip to content

Commit 71e14fe

Browse files
[TEST-ONLY] Fix test leaking file into source directory
1 parent 8cdf039 commit 71e14fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SwiftDriverTests/JobExecutorTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ final class JobExecutorTests: XCTestCase {
528528
let outputPath = path.appending(component: "finalOutput")
529529
var driver = try Driver(args: ["swiftc", main.pathString,
530530
"-save-temps",
531+
"-sil-output-dir", path.pathString,
532+
"-ir-output-dir", path.pathString,
531533
"-driver-filelist-threshold", "0",
532534
"-o", outputPath.pathString] + getHostToolchainSdkArg(executor),
533535
envBlock: ProcessEnv.block,

0 commit comments

Comments
 (0)