We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0704091 commit c544da0Copy full SHA for c544da0
Tests/SwiftSDKGeneratorTests/SwiftSDKRecipes/LinuxRecipeTests.swift
@@ -178,7 +178,9 @@ final class LinuxRecipeTests: XCTestCase {
178
}
179
180
func testItemsToDownloadForMacOSHost_multiArch() throws {
181
- try testItemsToDownloadForMacOSHost(hostTriples: [Triple("arm64-apple-macos"), Triple("x86_64-apple-macos")])
+ try testItemsToDownloadForMacOSHost(
182
+ hostTriples: [Triple("arm64-apple-macos"), Triple("x86_64-apple-macos")]
183
+ )
184
185
186
private func testItemsToDownloadForMacOSHost(
0 commit comments