Skip to content

Commit 75e13f6

Browse files
committed
unit test bug fix.
1 parent 1627380 commit 75e13f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/jf_test_15.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ subroutine test_15(error_cnt)
223223

224224
! try to get info for an unassociated pointer,
225225
! this should raise an exception:
226+
p3 => null()
226227
call json%info(p3,var_type,n_children,name)
227228
call json%check_for_errors(status_ok)
228229
if (status_ok) then

0 commit comments

Comments
 (0)