aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2005-07-14 06:43:25 +0000
committerPaul Thomas <pault@gcc.gnu.org>2005-07-14 06:43:25 +0000
commit1c80856534ddb0f084bb7cd049015c930b7d929f (patch)
tree447ea46f3703d3c2e1339dcb1a6c0ba7af162929 /gcc
parentbe0cc7e21cee56062492d6e11014b827ab39c342 (diff)
downloadgcc-1c80856534ddb0f084bb7cd049015c930b7d929f.zip
gcc-1c80856534ddb0f084bb7cd049015c930b7d929f.tar.gz
gcc-1c80856534ddb0f084bb7cd049015c930b7d929f.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gfortran.dg/tl_editing.f903
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/tl_editing.f90 b/gcc/testsuite/gfortran.dg/tl_editing.f90
index 3a313cd..8f9702d 100644
--- a/gcc/testsuite/gfortran.dg/tl_editing.f90
+++ b/gcc/testsuite/gfortran.dg/tl_editing.f90
@@ -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 \ No newline at end of file
+ end program tl_editting
+