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 bdc3a80 commit ef2441eCopy full SHA for ef2441e
Tests/SwiftSDKGeneratorTests/SwiftSDKRecipes/LinuxRecipeTests.swift
@@ -116,7 +116,7 @@ final class LinuxRecipeTests: XCTestCase {
116
]
117
)
118
XCTAssertEqual(toolset.cxxCompiler?.extraCLIOptions, ["-lstdc++"])
119
- XCTAssertEqual(toolset.librarian?.path, "llvm-ar")
+ XCTAssert(toolset.librarian == nil)
120
XCTAssert(toolset.linker == nil)
121
}
122
0 commit comments