Skip to content

Commit

Permalink
fix end program
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Sep 23, 2024
1 parent 9e9d1b3 commit 670af19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fpm_test/test_source_parsing.f90
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ subroutine test_program_noheader(error)
& 'contains', &
& 'subroutine f()', &
& 'end subroutine f', &
& 'end program my_program'
& 'end program'
close(unit)

f_source = parse_f_source(temp_file,error)
Expand Down

0 comments on commit 670af19

Please sign in to comment.