Update the linux tests

This commit is contained in:
cukr
2019-05-30 19:47:59 +02:00
parent 9f9cc9a734
commit 41bbdfa09d

View File

@@ -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),