Skip to content

Commit 670af19

Browse files
committed
fix end program
1 parent 9e9d1b3 commit 670af19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fpm_test/test_source_parsing.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ subroutine test_program_noheader(error)
407407
& 'contains', &
408408
& 'subroutine f()', &
409409
& 'end subroutine f', &
410-
& 'end program my_program'
410+
& 'end program'
411411
close(unit)
412412

413413
f_source = parse_f_source(temp_file,error)

0 commit comments

Comments
 (0)