diff --git a/test/fpm_test/test_source_parsing.f90 b/test/fpm_test/test_source_parsing.f90 index b6e9b52c1f..abac2835a6 100644 --- a/test/fpm_test/test_source_parsing.f90 +++ b/test/fpm_test/test_source_parsing.f90 @@ -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)