From c838d5ba14010cd1cd10bf5be6dce94618c8d455 Mon Sep 17 00:00:00 2001 From: pault <pault@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu, 14 Jul 2005 06:43:25 +0000 Subject: [PATCH] 2005-07-14 Paul Thomas <pault@gcc.gnu.org> * gfortran.dg/tl_editting.f90: gcc-cvs signalled missing LF at EOF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102009 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 3a313cd2b591..8f9702da6ba9 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 + -- GitLab