Skip to content

Commit 47b1498

Browse files
committed
try again.
1 parent a91d594 commit 47b1498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/jf_test_10.f90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ subroutine test_10(error_cnt)
6262

6363
integer,intent(out) :: error_cnt
6464

65-
character(len=256),dimension(:),allocatable :: str_vec
65+
character(kind=CK,len=256),dimension(:),allocatable :: str_vec
6666
type(json_file) :: f,f2
6767
type(json_value),pointer :: p
68-
character(len=:),allocatable :: str
68+
character(kind=CK,len=:),allocatable :: str
6969
logical :: found,lval
7070
integer :: var_type,n_children
7171

72-
character(len=*),parameter :: json_str = '{ "blah": 123 }'
72+
character(kind=CK,len=*),parameter :: json_str = '{ "blah": 123 }'
7373

7474
error_cnt = 0
7575
call json_initialize()

0 commit comments

Comments
 (0)