Add missing cleanup in gfortran.dg/readwrite_unf_direct_eor_1.f90

2015-02-24  Tom de Vries  <tom@codesourcery.com>

	* gfortran.dg/readwrite_unf_direct_eor_1.f90: Add missing close.

From-SVN: r220930
This commit is contained in:
Tom de Vries 2015-02-24 07:19:06 +00:00 committed by Tom de Vries
parent 891201a1c3
commit d130cf4392
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-02-24 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/readwrite_unf_direct_eor_1.f90: Add missing close.
2015-02-24 Tom de Vries <tom@codesourcery.com>
PR testsuite/65126

View file

@ -10,4 +10,5 @@
read (10, rec=1, err=20) i, j
call abort()
20 continue
close (10, status="delete")
end