File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
#if !canImport(ObjectiveC)
2
2
import XCTest
3
3
4
+ extension DocumentSymbolTest {
5
+ // DO NOT MODIFY: This is autogenerated, use:
6
+ // `swift test --generate-linuxmain`
7
+ // to regenerate.
8
+ static let __allTests__DocumentSymbolTest = [
9
+ ( " testAll " , testAll) ,
10
+ ( " testEmpty " , testEmpty) ,
11
+ ( " testEnum " , testEnum) ,
12
+ ( " testStruct " , testStruct) ,
13
+ ( " testUnicode " , testUnicode) ,
14
+ ]
15
+ }
16
+
4
17
extension FoldingRangeTests {
5
18
// DO NOT MODIFY: This is autogenerated, use:
6
19
// `swift test --generate-linuxmain`
@@ -51,6 +64,7 @@ extension SKTests {
51
64
52
65
public func __allTests( ) -> [ XCTestCaseEntry ] {
53
66
return [
67
+ testCase ( DocumentSymbolTest . __allTests__DocumentSymbolTest) ,
54
68
testCase ( FoldingRangeTests . __allTests__FoldingRangeTests) ,
55
69
testCase ( LocalClangTests . __allTests__LocalClangTests) ,
56
70
testCase ( LocalSwiftTests . __allTests__LocalSwiftTests) ,
You can’t perform that action at this time.
0 commit comments