File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ struct ArenaIndexingInfoTests: CoreBasedTests {
777
777
let info = try await IndexingInfoResults ( infoProducer. generateIndexingInfo ( target, . macOS, filePath: projectDir. join ( " main.c " ) . str) )
778
778
await info. checkIndexingInfo { info in
779
779
do {
780
- // We should be able to successfuly run the resulting command line from indexing info
780
+ // We should be able to successfully run the resulting command line from indexing info
781
781
let success = try await Process . run ( url: URL ( fileURLWithPath: clangCompilerPath. str) , arguments: info. clang. commandLineAsByteStrings. map { $0. asString } ) . isSuccess
782
782
#expect( success)
783
783
} catch {
@@ -860,7 +860,7 @@ struct ArenaIndexingInfoTests: CoreBasedTests {
860
860
let info = try await IndexingInfoResults ( infoProducer. generateIndexingInfo ( target, . macOS, filePath: projectDir. join ( " main.swift " ) . str) )
861
861
await info. checkIndexingInfo { info in
862
862
do {
863
- // We should be able to successfuly run the resulting command line from indexing info
863
+ // We should be able to successfully run the resulting command line from indexing info
864
864
let success = try await Process . run ( url: URL ( fileURLWithPath: swiftCompilerPath. str) , arguments: info. swift. commandLineAsByteStrings. map { $0. asString } ) . isSuccess
865
865
#expect( success)
866
866
} catch {
You can’t perform that action at this time.
0 commit comments