File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ subroutine test_49(error_cnt)
26
26
integer :: i ! ! counter
27
27
28
28
integer ,parameter :: n_repeat = 1000 ! ! number of time to repeat the test
29
- character (kind= CK,len=* ),parameter :: json_string = CK_' {"Substance":[]}' ! ! string to deserialize
29
+ character (kind= CK,len=* ),parameter :: str = CK_' {"Substance":[]}' ! ! string to deserialize
30
30
31
31
write (error_unit,' (A)' ) ' '
32
32
write (error_unit,' (A)' ) ' ================================='
@@ -37,7 +37,7 @@ subroutine test_49(error_cnt)
37
37
error_cnt = 0
38
38
39
39
do i = 1 , n_repeat
40
- call json% deserialize(json_string )
40
+ call json% deserialize(str )
41
41
if (json% failed()) then
42
42
call json% print_error_message(error_unit)
43
43
error_cnt = error_cnt + 1
You can’t perform that action at this time.
0 commit comments