mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Update the linux tests
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
#if !canImport(ObjectiveC)
|
||||
import XCTest
|
||||
|
||||
extension DocumentColorTests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__DocumentColorTests = [
|
||||
("testEmptyText", testEmptyText),
|
||||
("testPresentation", testPresentation),
|
||||
("testSimple", testSimple),
|
||||
("testWeirdWhitespace", testWeirdWhitespace),
|
||||
]
|
||||
}
|
||||
|
||||
extension DocumentSymbolTest {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
@@ -64,6 +76,7 @@ extension SKTests {
|
||||
|
||||
public func __allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(DocumentColorTests.__allTests__DocumentColorTests),
|
||||
testCase(DocumentSymbolTest.__allTests__DocumentSymbolTest),
|
||||
testCase(FoldingRangeTests.__allTests__FoldingRangeTests),
|
||||
testCase(LocalClangTests.__allTests__LocalClangTests),
|
||||
|
||||
Reference in New Issue
Block a user