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)
2626 integer :: i ! ! counter
2727
2828 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
3030
3131 write (error_unit,' (A)' ) ' '
3232 write (error_unit,' (A)' ) ' ================================='
@@ -37,7 +37,7 @@ subroutine test_49(error_cnt)
3737 error_cnt = 0
3838
3939 do i = 1 , n_repeat
40- call json% deserialize(json_string )
40+ call json% deserialize(str )
4141 if (json% failed()) then
4242 call json% print_error_message(error_unit)
4343 error_cnt = error_cnt + 1
You can’t perform that action at this time.
0 commit comments