From 1c80856534ddb0f084bb7cd049015c930b7d929f Mon Sep 17 00:00:00 2001 From: Paul Thomas Date: Thu, 14 Jul 2005 06:43:25 +0000 Subject: [PATCH] tl_editting.f90: gcc-cvs signalled missing LF at EOF. 2005-07-14 Paul Thomas * gfortran.dg/tl_editting.f90: gcc-cvs signalled missing LF at EOF. From-SVN: r102009 --- gcc/testsuite/gfortran.dg/tl_editing.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/tl_editing.f90 b/gcc/testsuite/gfortran.dg/tl_editing.f90 index 3a313cd2b59..8f9702da6ba 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 + -- 2.30.2