From: vries Date: Thu, 26 Feb 2015 14:05:15 +0000 (+0000) Subject: Add missing cleanup in gcc.misc-tests/godump-1.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2455ed09388891f9eebf31b4f206b771bcee684;p=thirdparty%2Fgcc.git Add missing cleanup in gcc.misc-tests/godump-1.c 2015-02-26 Tom de Vries * gcc.misc-tests/godump-1.c: Add missing cleanup of godump-1.out. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221008 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f7854082264f..40e000ff9ff1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-02-26 Tom de Vries + + * gcc.misc-tests/godump-1.c: Add missing cleanup of godump-1.out. + 2015-02-26 Sebastian Pop PR tree-optimization/65048 diff --git a/gcc/testsuite/gcc.misc-tests/godump-1.c b/gcc/testsuite/gcc.misc-tests/godump-1.c index 3cadb7361ea0..86bdf2388982 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" } } */