Skip to content

Commit 78b093d

Browse files
committed
Skip testSwiftInterfaceAcrossModules if the host SwiftPM doesn’t store the built modules in a subdirectory
I missed this in #1046.
1 parent d6bce21 commit 78b093d

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)