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
54
54
use jf_test_45_mod , only: test_45
55
55
use jf_test_46_mod , only: test_46
56
56
use jf_test_47_mod , only: test_47
57
+ use jf_test_48_mod , only: test_48
57
58
58
59
implicit none
59
60
@@ -108,6 +109,7 @@ program jsonfortrantest
108
109
call test_45(n_errors); if (n_errors /= 0 ) stop 1
109
110
call test_46(n_errors); if (n_errors /= 0 ) stop 1
110
111
call test_47(n_errors); if (n_errors /= 0 ) stop 1
112
+ call test_48(n_errors); if (n_errors /= 0 ) stop 1
111
113
112
114
end program jsonfortrantest
113
115
! *****************************************************************************************
Original file line number Diff line number Diff line change 93
93
<File RelativePath =" ..\..\src\tests\jf_test_45.F90" />
94
94
<File RelativePath =" ..\..\src\tests\jf_test_46.F90" />
95
95
<File RelativePath =" ..\..\src\tests\jf_test_47.F90" />
96
+ <File RelativePath =" ..\..\src\tests\jf_test_48.F90" />
96
97
<File RelativePath =" .\jsonfortrantest.f90" /></Filter ></Files >
97
98
<Globals /></VisualStudioProject >
You can’t perform that action at this time.
0 commit comments