Hi, Committed as obvious.
Thanks, - Tom
2015-02-26 Tom de Vries <t...@codesourcery.com> * gcc.misc-tests/godump-1.c: Add missing cleanup of godump-1.out. --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.misc-tests/godump-1.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/gcc.misc-tests/godump-1.c b/gcc/testsuite/gcc.misc-tests/godump-1.c index 3cadb73..86bdf23 100644 --- a/gcc/testsuite/gcc.misc-tests/godump-1.c +++ b/gcc/testsuite/gcc.misc-tests/godump-1.c @@ -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" } } */ -- 1.9.1