BUG: Fix Fortran test to use more portable comment syntax in fixed format source.
This commit is contained in:
parent
d71c6ba49a
commit
71d292d087
|
@ -1,7 +1,7 @@
|
||||||
PROGRAM foo
|
PROGRAM foo
|
||||||
C USE bar
|
! USE bar
|
||||||
C use bar
|
! use bar
|
||||||
C Use bar
|
! Use bar
|
||||||
|
|
||||||
WRITE(*,*) 'Hello, Fortran world.'
|
WRITE(*,*) 'Hello, Fortran world.'
|
||||||
END PROGRAM
|
END PROGRAM
|
||||||
|
|
Loading…
Reference in New Issue