Skip to content

Commit dbfc025

Browse files
committed
fixed typo.
1 parent 7bc8e68 commit dbfc025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/jf_test_16.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ subroutine test_16(error_cnt)
120120

121121
!this one should work:
122122
write(error_unit,'(A)') ''
123-
write(error_unit,'(A)') 'Swap: empty <-> stat.str'
123+
write(error_unit,'(A)') 'Swap: empty <-> stats.str'
124124
call json%get(p,'empty',p1)
125-
call json%get(p,'stat.str',p2)
125+
call json%get(p,'stats.str',p2)
126126
call json%swap(p1,p2)
127127
call json%print(p,output_unit)
128128
if (json%failed()) then

0 commit comments

Comments
 (0)