From 4ecf3f3a9ef1c6f6f559389d37281c0fe3d2ce1f Mon Sep 17 00:00:00 2001 From: LKedward Date: Sat, 5 Jun 2021 14:30:28 +0100 Subject: Cleanup test code --- test/fpm_test/test_source_parsing.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/fpm_test') 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) -- cgit v1.2.3