diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-30 15:12:37 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-30 15:12:37 +0000 |
commit | 7ee4f67a4372ce1c2a9ef5510a6a6de4d55eb540 (patch) | |
tree | 164be18da851f117899e247478ee56e7245b26dc /gcc/testsuite/gfortran.dg/rewind_1.f90 | |
parent | f274e293da2a206765d9449aa09bf6c64ce1a9c1 (diff) | |
download | gcc-7ee4f67a4372ce1c2a9ef5510a6a6de4d55eb540.tar.gz |
Fix PR libfortran/39667
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147004 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/rewind_1.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/rewind_1.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/rewind_1.f90 b/gcc/testsuite/gfortran.dg/rewind_1.f90 index 61392abfdf5..cbd2ef17b8f 100644 --- a/gcc/testsuite/gfortran.dg/rewind_1.f90 +++ b/gcc/testsuite/gfortran.dg/rewind_1.f90 @@ -1,4 +1,4 @@ -! { dg-do run { target fd_truncate } } +! { dg-do run } ! Check that rewind doesn't delete a file. ! Writing to the file truncates it at the end of the current record. Out ! IO library was defering the actual truncation until the file was rewound. |