Commit d130cf43 by Tom de Vries Committed by Tom de Vries

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
parent 891201a1
2015-02-24 Tom de Vries <tom@codesourcery.com> 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 PR testsuite/65126
* lib/gcc-defs.exp (additional_sources_used): Add new var. * lib/gcc-defs.exp (additional_sources_used): Add new var.
(dg-additional-files-options): Copy additional_sources to (dg-additional-files-options): Copy additional_sources to
......
...@@ -10,4 +10,5 @@ ...@@ -10,4 +10,5 @@
read (10, rec=1, err=20) i, j read (10, rec=1, err=20) i, j
call abort() call abort()
20 continue 20 continue
close (10, status="delete")
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment