endfile_2.f90: Delete temp file.

* gfortran.dg/endfile_2.f90: Delete temp file.

From-SVN: r112302
This commit is contained in:
Kaveh R. Ghazi 2006-03-22 23:18:38 +00:00 committed by Kaveh Ghazi
parent 7a7526409d
commit ba9ab88dcc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gfortran.dg/endfile_2.f90: Delete temp file.
2006-03-22 Thomas Koenig <Thomas.Koenig@online.de>
PR fortran/19303

View File

@ -9,4 +9,5 @@
call abort ! should never get here
stop
0023 continue
close(8,status='delete')
end