Add missing cleanup in gfortran.dg/fmt_cache_1.f

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

	* gfortran.dg/fmt_cache_1.f: Add missing close.

From-SVN: r220796
This commit is contained in:
Tom de Vries 2015-02-18 20:30:12 +00:00 committed by Tom de Vries
parent 01bf6bdb10
commit 9f468c2bd2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-02-18 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/fmt_cache_1.f: Add missing close.
2015-02-18 Tom de Vries <tom@codesourcery.com>
PR testsuite/65107

View File

@ -28,6 +28,7 @@
teststring = ""
read(10,'(a)') teststring
if (teststring.ne." arlxca = 0.00000 arlxcc =")call abort
close(10, status='delete')
end program astap