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
|
||||
C USE bar
|
||||
C use bar
|
||||
C Use bar
|
||||
! USE bar
|
||||
! use bar
|
||||
! Use bar
|
||||
|
||||
WRITE(*,*) 'Hello, Fortran world.'
|
||||
END PROGRAM
|
||||
|
|
Loading…
Reference in New Issue