diff mbox

Add missing dg-final to new test

Message ID 51C32555.8060703@redhat.com
State New
Headers show

Commit Message

Jeff Law June 20, 2013, 3:52 p.m. UTC
The newly added forwprop-28.c test was missing a dg-final clause to 
remove the debugging dump is scans.  This trivial patch adds the missing 
dg-final.

Installed as obvious.
diff mbox

Patch

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6dca973..5adbc01 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@ 
+2013-06-20  Jeff Law  <law@redhat.com>
+
+	* gcc.dg/tree-ssa/forwprop-28.c: Add missing dg-final.
+
 2013-06-20  Tobias Burnus  <burnus@net-b.de>
 
 	PR fortran/57633
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
index 09d96ad..8e870b9 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
@@ -74,3 +74,5 @@  test_8 (int code)
 }
 
 /* { dg-final { scan-tree-dump-times "Replaced" 8 "forwprop1"} } */
+/* { dg-final { cleanup-tree-dump "forwprop1" } } */
+