Skip to content

Commit 07803b1

Browse files
committed
[SourceKit] Apply changes made at #8862 also to Linux
1 parent b1b246f commit 07803b1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

test/SourceKit/Indexing/index_is_test_candidate.swift.response

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
key.name: "test_startsWithTest_takesNoParams_returnsVoid_butIsPrivate()",
6969
key.usr: "s:23index_is_test_candidate14MyPrivateClass33_E06F4E7BC5F577AB6E2EC6D3ECA1C8B9LLC0c47_startsWithTest_takesNoParams_returnsVoid_butIsF0yyF",
7070
key.line: 17,
71-
key.column: 8
71+
key.column: 8,
72+
key.is_dynamic: 1
7273
}
7374
],
7475
key.is_test_candidate: 1
@@ -101,14 +102,16 @@
101102
key.name: "doesNotStartWithTest()",
102103
key.usr: "s:23index_is_test_candidate7MyClassC20doesNotStartWithTestyyF",
103104
key.line: 21,
104-
key.column: 8
105+
key.column: 8,
106+
key.is_dynamic: 1
105107
},
106108
{
107109
key.kind: source.lang.swift.decl.function.method.instance,
108110
key.name: "test_startsWithTest_butTakesAParam(param:)",
109111
key.usr: "s:23index_is_test_candidate7MyClassC0C30_startsWithTest_butTakesAParamySi5param_tF",
110112
key.line: 22,
111113
key.column: 8,
114+
key.is_dynamic: 1,
112115
key.entities: [
113116
{
114117
key.kind: source.lang.swift.ref.struct,
@@ -125,6 +128,7 @@
125128
key.usr: "s:23index_is_test_candidate7MyClassC0C50_startsWithTest_andTakesNoParams_butReturnsNonVoidSiyF",
126129
key.line: 23,
127130
key.column: 8,
131+
key.is_dynamic: 1,
128132
key.entities: [
129133
{
130134
key.kind: source.lang.swift.ref.struct,
@@ -140,14 +144,16 @@
140144
key.name: "test_startsWithTest_takesNoParams_andReturnsVoid_butIsPrivate()",
141145
key.usr: "s:23index_is_test_candidate7MyClassC0C57_startsWithTest_takesNoParams_andReturnsVoid_butIsPrivate33_E06F4E7BC5F577AB6E2EC6D3ECA1C8B9LLyyF",
142146
key.line: 24,
143-
key.column: 16
147+
key.column: 16,
148+
key.is_dynamic: 1
144149
},
145150
{
146151
key.kind: source.lang.swift.decl.function.method.instance,
147152
key.name: "test_startsWithTest_takesNoParams_returnsVoid()",
148153
key.usr: "s:23index_is_test_candidate7MyClassC0C41_startsWithTest_takesNoParams_returnsVoidyyF",
149154
key.line: 25,
150155
key.column: 8,
156+
key.is_dynamic: 1,
151157
key.is_test_candidate: 1
152158
},
153159
{
@@ -156,6 +162,7 @@
156162
key.usr: "s:23index_is_test_candidate7MyClassC0C51_startsWithTest_takesNoParams_returnsVoid_andThrowsyyKF",
157163
key.line: 26,
158164
key.column: 8,
165+
key.is_dynamic: 1,
159166
key.is_test_candidate: 1
160167
}
161168
],

0 commit comments

Comments
 (0)