diff options
Diffstat (limited to 'test/help_test/help_test.f90')
-rw-r--r-- | test/help_test/help_test.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/help_test/help_test.f90 b/test/help_test/help_test.f90 index 8f0c455..4f23bcb 100644 --- a/test/help_test/help_test.f90 +++ b/test/help_test/help_test.f90 @@ -5,7 +5,7 @@ use,intrinsic :: iso_fortran_env, only : stdin=>input_unit, stdout=>output_unit, use fpm_filesystem, only : dirname, join_path, exists use fpm_environment, only : get_os_type, OS_WINDOWS implicit none -integer :: i, j +integer :: i integer :: be, af character(len=:),allocatable :: path integer :: estat, cstat |