BUG: Fix Fortran test to use more portable comment syntax in fixed format source.

This commit is contained in:
Brad King 2008-03-28 14:04:52 -04:00
parent d71c6ba49a
commit 71d292d087
1 changed files with 3 additions and 3 deletions

View File

@ -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