@@ -1047,7 +1047,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
1047
1047
" -module-cache-path " , moduleCachePath
1048
1048
] )
1049
1049
let ( jobs, danglingJobs) = try driver. generatePrebuitModuleGenerationJobs ( with: interfaceMap,
1050
- into: VirtualPath ( path: " /tmp/ " ) . absolutePath! ,
1050
+ into: path,
1051
1051
exhaustive: true )
1052
1052
1053
1053
XCTAssertTrue ( danglingJobs. count == 2 )
@@ -1093,7 +1093,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
1093
1093
" -sdk " , mockSDKPath,
1094
1094
] )
1095
1095
let ( jobs, danglingJobs) = try driver. generatePrebuitModuleGenerationJobs ( with: interfaceMap,
1096
- into: VirtualPath ( path: " /tmp/ " ) . absolutePath! ,
1096
+ into: path,
1097
1097
exhaustive: false )
1098
1098
1099
1099
XCTAssertTrue ( danglingJobs. isEmpty)
@@ -1131,7 +1131,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
1131
1131
" -sdk " , mockSDKPath,
1132
1132
] )
1133
1133
let ( jobs, danglingJobs) = try driver. generatePrebuitModuleGenerationJobs ( with: interfaceMap,
1134
- into: VirtualPath ( path: " /tmp/ " ) . absolutePath! ,
1134
+ into: path,
1135
1135
exhaustive: false )
1136
1136
1137
1137
XCTAssertTrue ( danglingJobs. isEmpty)
@@ -1147,7 +1147,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
1147
1147
" -sdk " , mockSDKPath,
1148
1148
] )
1149
1149
let ( jobs, danglingJobs) = try driver. generatePrebuitModuleGenerationJobs ( with: interfaceMap,
1150
- into: VirtualPath ( path: " /tmp/ " ) . absolutePath! ,
1150
+ into: path,
1151
1151
exhaustive: false )
1152
1152
1153
1153
XCTAssertTrue ( danglingJobs. isEmpty)
@@ -1167,7 +1167,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
1167
1167
" -sdk " , mockSDKPath,
1168
1168
] )
1169
1169
let ( jobs, _) = try driver. generatePrebuitModuleGenerationJobs ( with: interfaceMap,
1170
- into: VirtualPath ( path: " /tmp/ " ) . absolutePath! ,
1170
+ into: path,
1171
1171
exhaustive: false )
1172
1172
let F = findJob ( jobs, " F " , " arm64-apple-macos " ) !
1173
1173
let H = findJob ( jobs, " H " , " arm64e-apple-macos " ) !
@@ -1209,7 +1209,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
1209
1209
" -module-cache-path " , moduleCachePath
1210
1210
] )
1211
1211
let ( jobs, _) = try driver. generatePrebuitModuleGenerationJobs ( with: interfaceMap,
1212
- into: VirtualPath ( path: " /tmp/ " ) . absolutePath! ,
1212
+ into: path,
1213
1213
exhaustive: true ,
1214
1214
currentABIDir: path. appending ( component: " ABI " ) ,
1215
1215
baselineABIDir: VirtualPath ( path: baselineABIPath) . absolutePath)
0 commit comments