Skip to content

Commit 9f044b9

Browse files
authored
Merge pull request #85 from benlangmuir/undo-optimism
Undo optimisim around requiring clangd during testing
2 parents 5c0ac9d + 4ee3761 commit 9f044b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitTests/LocalClangTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import XCTest
2020
final class LocalClangTests: XCTestCase {
2121

2222
/// Whether to fail tests if clangd cannot be found.
23-
static let requireClangd: Bool = true
23+
static let requireClangd: Bool = false // Note: Swift CI doesn't build clangd on all jobs
2424

2525
/// Whether clangd exists in the toolchain.
2626
var haveClangd: Bool = false

0 commit comments

Comments
 (0)