aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLKedward <laurence.kedward@bristol.ac.uk>2021-06-05 14:30:28 +0100
committerLKedward <laurence.kedward@bristol.ac.uk>2021-06-05 14:30:28 +0100
commit4ecf3f3a9ef1c6f6f559389d37281c0fe3d2ce1f (patch)
tree27cfd4942ae145b668adcae15c57a342663e6be4 /test
parentc1a902d6556d25fe491c3ba8eed4999c9ee27372 (diff)
downloadfpm-4ecf3f3a9ef1c6f6f559389d37281c0fe3d2ce1f.tar.gz
fpm-4ecf3f3a9ef1c6f6f559389d37281c0fe3d2ce1f.zip
Cleanup test code
Diffstat (limited to 'test')
-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)