Skip to content

Commit 4ecf3f3

Browse files
committed
Cleanup test code
1 parent c1a902d commit 4ecf3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fpm_test/test_source_parsing.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ subroutine test_module(error)
328328
& 'module function g()', &
329329
& 'end function g', &
330330
& 'module integer function h()', &
331-
& 'end function h()', &
331+
& 'end function h', &
332332
& 'module real function i()', &
333-
& 'end function i()', &
333+
& 'end function i', &
334334
& 'end module test'
335335
close(unit)
336336

0 commit comments

Comments
 (0)