Skip to content

Commit eca0979

Browse files
authored
Merge pull request #1065 from ahoppen/ahoppen/skip-cross-module-test
Skip `testSwiftInterfaceAcrossModules` if the host SwiftPM doesn’t store the built modules in a subdirectory
2 parents 789ec94 + 78b093d commit eca0979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SourceKitLSPTests/SwiftInterfaceTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ final class SwiftInterfaceTests: XCTestCase {
184184
}
185185

186186
func testSwiftInterfaceAcrossModules() async throws {
187+
try await SkipUnless.swiftpmStoresModulesInSubdirectory()
187188
let ws = try await SwiftPMTestWorkspace(
188189
files: [
189190
"MyLibrary/MyLibrary.swift": """

0 commit comments

Comments
 (0)