Commit fbd78d3d by Tom de Vries Committed by Tom de Vries

Add missing cleanup in gfortran.dg/read_eof_8.f90

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

	PR testsuite/65107
	* gfortran.dg/read_eof_8.f90: Add missing close.

From-SVN: r220794
parent 7f971f18
2015-02-18 Tom de Vries <tom@codesourcery.com>
PR testsuite/65107
* gfortran.dg/read_eof_8.f90: Add missing close.
2015-02-18 Richard Biener <rguenther@suse.de> 2015-02-18 Richard Biener <rguenther@suse.de>
PR tree-optimization/65063 PR tree-optimization/65063
......
...@@ -20,6 +20,7 @@ program test ...@@ -20,6 +20,7 @@ program test
enddo enddo
call abort call abort
100 if (k /= 5) call abort 100 if (k /= 5) call abort
close(25, status="delete")
stop stop
101 call abort 101 call abort
end program test end program test
......
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