diff mbox

[committed] Add missing cleanup in gcc.dg/aru-2.c

Message ID 54EF2BC8.2020009@mentor.com
State New
Headers show

Commit Message

Tom de Vries Feb. 26, 2015, 2:20 p.m. UTC
Hi,

committed as obvious.

Thanks,
- Tom
diff mbox

Patch

2015-02-26  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/aru-2.c: Add missing cleanup-profile-file.

diff --git a/gcc/testsuite/gcc.dg/aru-2.c b/gcc/testsuite/gcc.dg/aru-2.c
index d36adc1..054223c 100644
--- a/gcc/testsuite/gcc.dg/aru-2.c
+++ b/gcc/testsuite/gcc.dg/aru-2.c
@@ -25,3 +25,5 @@  main (void)
   int z = foo (0, 1, 2, 3, 4);
   return !(z == 191);
 }
+
+/* { dg-final { cleanup-profile-file } } */
-- 
1.9.1