public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Add missing cleanup in gcc.misc-tests/godump-1.c
@ 2015-02-26 14:15 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2015-02-26 14:15 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 44 bytes --]

Hi,

Committed as obvious.

Thanks,
- Tom



[-- Attachment #2: 0001-Add-missing-cleanup-in-gcc.misc-tests-godump-1.c.patch --]
[-- Type: text/x-patch, Size: 735 bytes --]

2015-02-26  Tom de Vries  <tom@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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-26 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26 14:15 [committed] Add missing cleanup in gcc.misc-tests/godump-1.c Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).