Skip to content

Commit b81446a

Browse files
committed
Removes diag symbols from workspace unittest
1 parent d62e83b commit b81446a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

test/test_server.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,11 @@ def check_return(result_array):
184184
objs = (
185185
["test", 6, 7],
186186
["test_abstract", 2, 0],
187-
["test_enum", 2, 0],
188-
["test_external", 2, 0],
189-
["test_forall", 2, 0],
190187
["test_free", 2, 0],
191188
["test_gen_type", 5, 1],
192189
["test_generic", 2, 0],
193190
["test_inherit", 2, 0],
194191
["test_int", 2, 0],
195-
["test_lines", 2, 0],
196192
["test_mod", 2, 0],
197193
["test_nonint_mod", 2, 0],
198194
["test_preproc_keywords", 2, 0],
@@ -201,14 +197,11 @@ def check_return(result_array):
201197
["test_rename_sub", 6, 9],
202198
["test_select", 2, 0],
203199
["test_select_sub", 6, 16],
204-
["test_semicolon", 2, 0],
205200
["test_sig_Sub", 6, 67],
206201
["test_str1", 13, 5],
207202
["test_str2", 13, 5],
208203
["test_sub", 6, 8],
209-
["test_use_ordering", 2, 9],
210204
["test_vis_mod", 2, 0],
211-
["test_where", 2, 0],
212205
)
213206
assert len(result_array) == len(objs)
214207
for i, obj in enumerate(objs):

test/test_source/.fortls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"**/"
44
],
55
"excl_paths": [
6-
"excldir/**"
6+
"excldir/**",
7+
"./diag/"
78
]
89

910
}

0 commit comments

Comments
 (0)