diff options
author | John S. Urban <urbanjost@comcast.net> | 2021-07-18 19:42:58 -0400 |
---|---|---|
committer | John S. Urban <urbanjost@comcast.net> | 2021-07-18 19:42:58 -0400 |
commit | 83f1fc0be44831b32869126be0afc55431791b56 (patch) | |
tree | 5c5e7d4b624610a39687ab925cc2c57ae645f6e5 /test/help_test | |
parent | 1715c04c7e662599d20d2a43e8cc1e9cfbd2fa54 (diff) | |
download | fpm-83f1fc0be44831b32869126be0afc55431791b56.tar.gz fpm-83f1fc0be44831b32869126be0afc55431791b56.zip |
remove warnings and fix truncated help text
Diffstat (limited to 'test/help_test')
-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 |