Skip to content

Commit a18622e

Browse files
committed
Fix program name that conflicts with module name
1 parent 14aec40 commit a18622e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/test-suite/fortran/arrays_global_twodim_runme.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
! File : arrays_global_twodim.F90
1+
! File : arrays_global_twodim_runme.F90
22

33
#include "fassert.h"
44

5-
program arrays_global_twodim
5+
program arrays_global_twodim_runme
66
implicit none
77

88
call test_int_array

0 commit comments

Comments
 (0)