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
This commit is contained in:
Tom de Vries 2015-02-18 20:07:48 +00:00 committed by Tom de Vries
parent 7f971f18e4
commit fbd78d3dd8
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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>
PR tree-optimization/65063

View file

@ -20,6 +20,7 @@ program test
enddo
call abort
100 if (k /= 5) call abort
close(25, status="delete")
stop
101 call abort
end program test