File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ final class BackgroundIndexingTests: XCTestCase {
869
869
func testImportPreparedModuleWithFunctionBodiesSkipped( ) async throws {
870
870
try await SkipUnless . sourcekitdSupportsRename ( )
871
871
// This test case was crashing the indexing compiler invocation for Client if Lib was built for index preparation
872
- // (using `-enable-library-evolution -experimental-skip-all-function-bodies -experimental-lazy-typecheck`) but x
872
+ // (using `-enable-library-evolution -experimental-skip-all-function-bodies -experimental-lazy-typecheck`) but the
873
873
// Client was not indexed with `-experimental-allow-module-with-compiler-errors`. rdar://129071600
874
874
let project = try await SwiftPMTestProject (
875
875
files: [
You can’t perform that action at this time.
0 commit comments