aboutsummaryrefslogtreecommitdiff
path: root/test/fpm_test/test_module_dependencies.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/fpm_test/test_module_dependencies.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/fpm_test/test_module_dependencies.f90')
-rw-r--r--test/fpm_test/test_module_dependencies.f904
1 files changed, 1 insertions, 3 deletions
diff --git a/test/fpm_test/test_module_dependencies.f90 b/test/fpm_test/test_module_dependencies.f90
index 992f227..8600bf0 100644
--- a/test/fpm_test/test_module_dependencies.f90
+++ b/test/fpm_test/test_module_dependencies.f90
@@ -132,7 +132,6 @@ contains
integer, intent(in) :: exe_scope
type(error_t), allocatable, intent(out) :: error
- integer :: i
type(fpm_model_t) :: model
type(build_target_ptr), allocatable :: targets(:)
character(:), allocatable :: scope_str
@@ -193,7 +192,6 @@ contains
!> Error handling
type(error_t), allocatable, intent(out) :: error
- integer :: i
type(fpm_model_t) :: model
type(build_target_ptr), allocatable :: targets(:)
@@ -408,7 +406,7 @@ contains
uses=[string_t('app_mod')])
call targets_from_sources(targets,model,error)
-
+
end subroutine test_subdirectory_module_use
!> Check program with no duplicate modules