Skip to content

Commit ef2441e

Browse files
Modify preinstalled SDK Linux test to show that no librarian path is included
1 parent bdc3a80 commit ef2441e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftSDKGeneratorTests/SwiftSDKRecipes/LinuxRecipeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ final class LinuxRecipeTests: XCTestCase {
116116
]
117117
)
118118
XCTAssertEqual(toolset.cxxCompiler?.extraCLIOptions, ["-lstdc++"])
119-
XCTAssertEqual(toolset.librarian?.path, "llvm-ar")
119+
XCTAssert(toolset.librarian == nil)
120120
XCTAssert(toolset.linker == nil)
121121
}
122122

0 commit comments

Comments
 (0)