File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
visual_studio/jsonfortrantest Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ program jsonfortrantest
5454 use jf_test_45_mod , only: test_45
5555 use jf_test_46_mod , only: test_46
5656 use jf_test_47_mod , only: test_47
57+ use jf_test_48_mod , only: test_48
5758
5859 implicit none
5960
@@ -108,6 +109,7 @@ program jsonfortrantest
108109 call test_45(n_errors); if (n_errors /= 0 ) stop 1
109110 call test_46(n_errors); if (n_errors /= 0 ) stop 1
110111 call test_47(n_errors); if (n_errors /= 0 ) stop 1
112+ call test_48(n_errors); if (n_errors /= 0 ) stop 1
111113
112114 end program jsonfortrantest
113115! *****************************************************************************************
Original file line number Diff line number Diff line change 9393 <File RelativePath =" ..\..\src\tests\jf_test_45.F90" />
9494 <File RelativePath =" ..\..\src\tests\jf_test_46.F90" />
9595 <File RelativePath =" ..\..\src\tests\jf_test_47.F90" />
96+ <File RelativePath =" ..\..\src\tests\jf_test_48.F90" />
9697 <File RelativePath =" .\jsonfortrantest.f90" /></Filter ></Files >
9798 <Globals /></VisualStudioProject >
You can’t perform that action at this time.
0 commit comments