Commit c0680401 by Tom de Vries Committed by Tom de Vries

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.

From-SVN: r221008
parent ae762b31
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
......
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment