Commit 2a61d081 by Tom de Vries Committed by Tom de Vries

Add missing cleanup in gfortran.dg/finalize_28.f90

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

	* gfortran.dg/finalize_28.f90: Add missing cleanup-tree-dump.

From-SVN: r220797
parent 9f468c2b
2015-02-18 Tom de Vries <tom@codesourcery.com> 2015-02-18 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/finalize_28.f90: Add missing cleanup-tree-dump.
2015-02-18 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/fmt_cache_1.f: Add missing close. * gfortran.dg/fmt_cache_1.f: Add missing close.
2015-02-18 Tom de Vries <tom@codesourcery.com> 2015-02-18 Tom de Vries <tom@codesourcery.com>
......
...@@ -22,3 +22,4 @@ contains ...@@ -22,3 +22,4 @@ contains
end subroutine coo_dump_edges end subroutine coo_dump_edges
end module coo_graphs end module coo_graphs
! { dg-final { scan-tree-dump-times "__builtin_free" 3 "original" } } ! { dg-final { scan-tree-dump-times "__builtin_free" 3 "original" } }
! { dg-final { cleanup-tree-dump "original" } }
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