summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-26 14:05:15 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-26 14:05:15 +0000
commita2455ed09388891f9eebf31b4f206b771bcee684 (patch)
tree8b0f6447feaf9531c77e780e0d29244019d7dfda /gcc/testsuite/gcc.misc-tests
parentb9903eb32d7d396dce0f3898ea186d93577a2158 (diff)
downloadgcc-a2455ed09388891f9eebf31b4f206b771bcee684.tar.gz
Add missing cleanup in gcc.misc-tests/godump-1.c
2015-02-26 Tom de Vries <tom@codesourcery.com> * 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
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests')
-rw-r--r--gcc/testsuite/gcc.misc-tests/godump-1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/godump-1.c b/gcc/testsuite/gcc.misc-tests/godump-1.c
index 3cadb7361ea..86bdf238898 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" } } */