summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.misc-tests/godump-1.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f7854082264..40e000ff9ff 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
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" } } */