[Cmake-commits] [cmake-commits] hoffman committed test_use_in_comment_fixedform.f 1.1 1.1.2.1
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Mar 30 09:09:54 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/Fortran
In directory public:/mounts/ram/cvs-serv4308/Tests/Fortran
Modified Files:
Tag: CMake-2-6
test_use_in_comment_fixedform.f
Log Message:
ENH: merge from main tree
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.1.2.1
diff -C 2 -d -r1.1 -r1.1.2.1
*** test_use_in_comment_fixedform.f 10 Oct 2007 13:09:09 -0000 1.1
--- test_use_in_comment_fixedform.f 30 Mar 2008 13:09:51 -0000 1.1.2.1
***************
*** 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