diff options
| author | pault <pault@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-14 06:43:25 +0000 |
|---|---|---|
| committer | pault <pault@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-14 06:43:25 +0000 |
| commit | c838d5ba14010cd1cd10bf5be6dce94618c8d455 (patch) | |
| tree | 447ea46f3703d3c2e1339dcb1a6c0ba7af162929 | |
| parent | 17716b74d77eda5c4bc28b5dae0a94ab5f0a95f7 (diff) | |
| download | ppe42-gcc-c838d5ba14010cd1cd10bf5be6dce94618c8d455.tar.gz ppe42-gcc-c838d5ba14010cd1cd10bf5be6dce94618c8d455.zip | |
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
| -rw-r--r-- | gcc/testsuite/gfortran.dg/tl_editing.f90 | 3 |
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 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 + |

