Skip to content

Commit 36f511a

Browse files
committed
fix end statement
1 parent 2ec9665 commit 36f511a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

binary/test_suite/double_bh/src/binary_run.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ program binary_run
33

44
call do_run_binary(.true.)
55

6-
end program run_binary
6+
end program binary_run

binary/work/src/binary_run.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ program binary_run
44
call do_run_binary(.true.)
55

66
end program binary_run
7-

0 commit comments

Comments
 (0)