Skip to content

Commit 1e35918

Browse files
author
Dionysios Grapsas
committed
fixing tests
1 parent 83085ca commit 1e35918

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_server.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,12 @@ def check_return(result_array):
178178
["test", 6, 7],
179179
["test_abstract", 2, 0],
180180
["test_associate_block", 2, 0],
181+
["test_folding_if", 2, 0],
182+
["test_folding_select_case", 2, 0],
183+
["test_folding_subroutine", 2, 0],
181184
["test_free", 2, 0],
182185
["test_gen_type", 5, 1],
183186
["test_generic", 2, 0],
184-
["test_if_folding", 2, 0],
185187
["test_inherit", 2, 0],
186188
["test_int", 2, 0],
187189
["test_mod", 2, 0],

0 commit comments

Comments
 (0)