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.
2 parents be10867 + 20840c4 commit d6a72efCopy full SHA for d6a72ef
Tests/SourceKitLSPTests/BackgroundIndexingTests.swift
@@ -889,6 +889,7 @@ final class BackgroundIndexingTests: XCTestCase {
889
}
890
891
func testImportPreparedModuleWithFunctionBodiesSkipped() async throws {
892
+ try await SkipUnless.sourcekitdSupportsRename()
893
// This test case was crashing the indexing compiler invocation for Client if Lib was built for index preparation
894
// (using `-enable-library-evolution -experimental-skip-all-function-bodies -experimental-lazy-typecheck`) but x
895
// Client was not indexed with `-experimental-allow-module-with-compiler-errors`. rdar://129071600
0 commit comments