Hi,
I found finalize_28.f90.003t.original in a gfortran test directory. This patch
adds the missing cleanup-tree-dump.
Tested by running the test-case and checking that the file does not occur
anymore in the test directory.
Committed as obvious.
Thanks,
- Tom
2015-02-18 Tom de Vries <t...@codesourcery.com>
* gfortran.dg/finalize_28.f90: Add missing cleanup-tree-dump.
---
gcc/testsuite/gfortran.dg/finalize_28.f90 | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/testsuite/gfortran.dg/finalize_28.f90 b/gcc/testsuite/gfortran.dg/finalize_28.f90
index 03de5d0..3d7b241 100644
--- a/gcc/testsuite/gfortran.dg/finalize_28.f90
+++ b/gcc/testsuite/gfortran.dg/finalize_28.f90
@@ -22,3 +22,4 @@ contains
end subroutine coo_dump_edges
end module coo_graphs
! { dg-final { scan-tree-dump-times "__builtin_free" 3 "original" } }
+! { dg-final { cleanup-tree-dump "original" } }
--
1.9.1