Add missing cleanup in gcc.misc-tests/godump-1.c
authorTom de Vries <tom@codesourcery.com>
Thu, 26 Feb 2015 14:05:15 +0000 (14:05 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Thu, 26 Feb 2015 14:05:15 +0000 (14:05 +0000)
2015-02-26  Tom de Vries  <tom@codesourcery.com>

* gcc.misc-tests/godump-1.c: Add missing cleanup of godump-1.out.

From-SVN: r221008

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/godump-1.c

index f7854082264f8e4e240f85f2d82c5b16d16e0c86..40e000ff9ff1e7dea5ebabc0e73e3b01c82fbe46 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-26  Tom de Vries  <tom@codesourcery.com>
+
+       * gcc.misc-tests/godump-1.c: Add missing cleanup of godump-1.out.
+
 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
 
        PR tree-optimization/65048
index 3cadb7361ea0aaf8170316f3472b3935e6bfd03a..86bdf2388982168532d0d13875e109e9efea6936 100644 (file)
@@ -871,3 +871,5 @@ extern uint32_t func1(uint8_t c);
 
 typedef int8_t (*func_t)(void *p);
 /* { dg-final { scan-file godump-1.out "(?n)^type _func_t func\[(\]\\*byte\[)\] int\[0-9\]*$" } } */
+
+/* { dg-final { remove-build-file "godump-1.out" } } */