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 @@ -37,6 +37,7 @@ program jsonfortrantest
37
37
use jf_test_29_mod , only: test_29
38
38
use jf_test_30_mod , only: test_30
39
39
use jf_test_31_mod , only: test_31
40
+ use jf_test_32_mod , only: test_32
40
41
41
42
implicit none
42
43
@@ -74,6 +75,7 @@ program jsonfortrantest
74
75
call test_29(n_errors); if (n_errors /= 0 ) stop 1
75
76
call test_30(n_errors); if (n_errors /= 0 ) stop 1
76
77
call test_31(n_errors); if (n_errors /= 0 ) stop 1
78
+ call test_32(n_errors); if (n_errors /= 0 ) stop 1
77
79
78
80
end program jsonfortrantest
79
81
! *****************************************************************************************
Original file line number Diff line number Diff line change 76
76
<File RelativePath =" ..\..\src\tests\jf_test_29.F90" />
77
77
<File RelativePath =" ..\..\src\tests\jf_test_30.F90" />
78
78
<File RelativePath =" ..\..\src\tests\jf_test_31.F90" />
79
+ <File RelativePath =" ..\..\src\tests\jf_test_32.F90" />
79
80
<File RelativePath =" .\jsonfortrantest.f90" /></Filter ></Files >
80
81
<Globals /></VisualStudioProject >
You can’t perform that action at this time.
0 commit comments