File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -184,15 +184,11 @@ def check_return(result_array):
184
184
objs = (
185
185
["test" , 6 , 7 ],
186
186
["test_abstract" , 2 , 0 ],
187
- ["test_enum" , 2 , 0 ],
188
- ["test_external" , 2 , 0 ],
189
- ["test_forall" , 2 , 0 ],
190
187
["test_free" , 2 , 0 ],
191
188
["test_gen_type" , 5 , 1 ],
192
189
["test_generic" , 2 , 0 ],
193
190
["test_inherit" , 2 , 0 ],
194
191
["test_int" , 2 , 0 ],
195
- ["test_lines" , 2 , 0 ],
196
192
["test_mod" , 2 , 0 ],
197
193
["test_nonint_mod" , 2 , 0 ],
198
194
["test_preproc_keywords" , 2 , 0 ],
@@ -201,14 +197,11 @@ def check_return(result_array):
201
197
["test_rename_sub" , 6 , 9 ],
202
198
["test_select" , 2 , 0 ],
203
199
["test_select_sub" , 6 , 16 ],
204
- ["test_semicolon" , 2 , 0 ],
205
200
["test_sig_Sub" , 6 , 67 ],
206
201
["test_str1" , 13 , 5 ],
207
202
["test_str2" , 13 , 5 ],
208
203
["test_sub" , 6 , 8 ],
209
- ["test_use_ordering" , 2 , 9 ],
210
204
["test_vis_mod" , 2 , 0 ],
211
- ["test_where" , 2 , 0 ],
212
205
)
213
206
assert len (result_array ) == len (objs )
214
207
for i , obj in enumerate (objs ):
Original file line number Diff line number Diff line change 3
3
"**/"
4
4
],
5
5
"excl_paths": [
6
- "excldir/**"
6
+ "excldir/**",
7
+ "./diag/"
7
8
]
8
9
9
10
}
You can’t perform that action at this time.
0 commit comments