aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fpm_test/test_source_parsing.f904
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)