Skip to content

Commit 1350a25

Browse files
committed
use stop_on_error in test case just for coverage.
1 parent 5a45117 commit 1350a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/jf_test_30.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ subroutine test_30(error_cnt)
3939
write(error_unit,'(A)') 'escape_solidus = '//trim(tf(i))
4040
write(error_unit,'(A)') ''
4141

42-
call json%initialize(escape_solidus=(i==1))
42+
call json%initialize(escape_solidus=(i==1), stop_on_error=.true.)
4343
call json%load_from_string(str)
4444
call json%print_file()
4545

0 commit comments

Comments
 (0)