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 b8b545d commit b175dd8Copy full SHA for b175dd8
Tests/CommandsTests/BuildCommandTests.swift
@@ -941,9 +941,10 @@ class BuildCommandSwiftBuildTests: BuildCommandTestCases {
941
942
override func testBuildCompleteMessage() async throws {
943
#if os(Linux)
944
- try XCTSkip("SWBINTTODO: Need to properly set LD_LIBRARY_PATH on linux")
945
- #endif
+ throw XCTSkip("SWBINTTODO: Need to properly set LD_LIBRARY_PATH on linux")
+ #else
946
try await super.testBuildCompleteMessage()
947
+ #endif
948
}
949
950
0 commit comments