diff options
Diffstat (limited to 'test/fpm_test/test_source_parsing.f90')
-rw-r--r-- | test/fpm_test/test_source_parsing.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fpm_test/test_source_parsing.f90 b/test/fpm_test/test_source_parsing.f90 index fb23030..5d69375 100644 --- a/test/fpm_test/test_source_parsing.f90 +++ b/test/fpm_test/test_source_parsing.f90 @@ -328,9 +328,9 @@ contains & 'module function g()', & & 'end function g', & & 'module integer function h()', & - & 'end function h()', & + & 'end function h', & & 'module real function i()', & - & 'end function i()', & + & 'end function i', & & 'end module test' close(unit) |