From 670af19b1cbad518ed29e44c7ff7b1b27ae2e8b7 Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Mon, 23 Sep 2024 10:43:44 +0200 Subject: [PATCH] fix end program --- test/fpm_test/test_source_parsing.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)