Skip to content

Commit 2b488a9

Browse files
authored
Merge pull request #1409 from ahoppen/fix-typo
Fix a typo
2 parents 3b68f15 + b2b3836 commit 2b488a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/BackgroundIndexingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ final class BackgroundIndexingTests: XCTestCase {
869869
func testImportPreparedModuleWithFunctionBodiesSkipped() async throws {
870870
try await SkipUnless.sourcekitdSupportsRename()
871871
// 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
873873
// Client was not indexed with `-experimental-allow-module-with-compiler-errors`. rdar://129071600
874874
let project = try await SwiftPMTestProject(
875875
files: [

0 commit comments

Comments
 (0)