aboutsummaryrefslogtreecommitdiff
path: root/test/help_test/help_test.f90
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-07-20 09:05:45 +0100
committerGitHub <noreply@github.com>2021-07-20 09:05:45 +0100
commit9e26b2d66c72c81ac5a0d752528104293836d206 (patch)
tree5c5e7d4b624610a39687ab925cc2c57ae645f6e5 /test/help_test/help_test.f90
parent1715c04c7e662599d20d2a43e8cc1e9cfbd2fa54 (diff)
parent83f1fc0be44831b32869126be0afc55431791b56 (diff)
downloadfpm-9e26b2d66c72c81ac5a0d752528104293836d206.tar.gz
fpm-9e26b2d66c72c81ac5a0d752528104293836d206.zip
Merge pull request #522 from urbanjost/unused
remove warnings and fix truncated help text
Diffstat (limited to 'test/help_test/help_test.f90')
-rw-r--r--test/help_test/help_test.f902
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