Skip to content

Commit b2b3836

Browse files
committed
Fix a typo
1 parent b9c7438 commit b2b3836

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)