projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0cc7e
)
tl_editting.f90: gcc-cvs signalled missing LF at EOF.
author
Paul Thomas
<pault@gcc.gnu.org>
Thu, 14 Jul 2005 06:43:25 +0000
(06:43 +0000)
committer
Paul Thomas
<pault@gcc.gnu.org>
Thu, 14 Jul 2005 06:43:25 +0000
(06:43 +0000)
2005-07-14 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/tl_editting.f90: gcc-cvs signalled missing LF at EOF.
From-SVN: r102009
gcc/testsuite/gfortran.dg/tl_editing.f90
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gfortran.dg/tl_editing.f90
b/gcc/testsuite/gfortran.dg/tl_editing.f90
index 3a313cd2b591f1afe158f517b53af5ce39c9ed97..8f9702da6ba93e8f15c91325228a9b0bde0e9505 100644
(file)
--- 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
+