File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4502,13 +4502,14 @@ final class BuildPlanTests: XCTestCase {
4502
4502
rootPaths: UserToolchain . mockHostToolchain ( fileSystem) . swiftSDK. toolset. rootPaths
4503
4503
)
4504
4504
let targetTriple = try Triple ( " armv7em-unknown-none-macho " )
4505
- let swiftSDK = try SwiftSDK (
4505
+ let swiftSDK = SwiftSDK (
4506
+ hostTriple: . arm64Linux,
4506
4507
targetTriple: targetTriple,
4507
- properties: . init(
4508
+ toolset: toolset,
4509
+ pathsConfiguration: . init(
4508
4510
sdkRootPath: " /fake/sdk " ,
4509
4511
swiftStaticResourcesPath: " /usr/lib/swift_static/none "
4510
- ) ,
4511
- toolset: toolset
4512
+ )
4512
4513
)
4513
4514
let toolchain = try UserToolchain ( swiftSDK: swiftSDK, environment: . mockEnvironment)
4514
4515
let buildParameters = mockBuildParameters (
You can’t perform that action at this time.
0 commit comments