tl_editting.f90: gcc-cvs signalled missing LF at EOF.

2005-07-14  Paul Thomas  <pault@gcc.gnu.org>

	* gfortran.dg/tl_editting.f90: gcc-cvs signalled missing LF at EOF.

From-SVN: r102009
This commit is contained in:
Paul Thomas 2005-07-14 06:43:25 +00:00
parent be0cc7e21c
commit 1c80856534
1 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,5 @@
character*10 :: cline = "abcdefghij"
write (line, '(a10,tl6,2x,a2)') aline, bline
if (line.ne.cline) call abort ()
end program tl_editting
end program tl_editting