diff options
-rw-r--r-- | fpm/test/fpm_test/test_source_parsing.f90 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpm/test/fpm_test/test_source_parsing.f90 b/fpm/test/fpm_test/test_source_parsing.f90 index 0b92bef..a8bbc09 100644 --- a/fpm/test/fpm_test/test_source_parsing.f90 +++ b/fpm/test/fpm_test/test_source_parsing.f90 @@ -199,6 +199,8 @@ contains & 'program test', & & ' implicit none', & & ' include "included_file.f90"', & + & ' logical :: include_comments', & + & ' include_comments = .false.', & & ' contains ', & & ' include "second_include.f90"', & & 'end program test' |