[Cmake-commits] [cmake-commits] king committed test_use_in_comment_fixedform.f 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Mar 28 14:04:54 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/Fortran
In directory public:/mounts/ram/cvs-serv1691/Tests/Fortran
Modified Files:
test_use_in_comment_fixedform.f
Log Message:
BUG: Fix Fortran test to use more portable comment syntax in fixed format source.
Index: test_use_in_comment_fixedform.f
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Fortran/test_use_in_comment_fixedform.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** test_use_in_comment_fixedform.f 10 Oct 2007 13:09:09 -0000 1.1
--- test_use_in_comment_fixedform.f 28 Mar 2008 18:04:52 -0000 1.2
***************
*** 1,6 ****
PROGRAM foo
! C USE bar
! C use bar
! C Use bar
WRITE(*,*) 'Hello, Fortran world.'
--- 1,6 ----
PROGRAM foo
! ! USE bar
! ! use bar
! ! Use bar
WRITE(*,*) 'Hello, Fortran world.'
More information about the Cmake-commits
mailing list