Skip to content

Commit c614c70

Browse files
committed
Update FallbackBuildSystemTests for removal of Language.unknown
1 parent ea6d01d commit c614c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SKCoreTests/FallbackBuildSystemTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
@testable import SKCore
14-
14+
import LanguageServerProtocol
1515
import Basic
1616
import XCTest
1717

@@ -100,6 +100,6 @@ final class FallbackBuildSystemTests: XCTestCase {
100100
func testUnknown() {
101101
let source = AbsolutePath("/my/source.mm")
102102
let bs = FallbackBuildSystem()
103-
XCTAssertNil(bs.settings(for: source.asURL, .unknown))
103+
XCTAssertNil(bs.settings(for: source.asURL, Language(rawValue: "unknown")))
104104
}
105105
}

0 commit comments

Comments
 (0)