diff options
-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 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 + |