mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
BUG: Fix Fortran test to use more portable comment syntax in fixed format source.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user