This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Hi,

committed as obvious.

Thanks,
- Tom
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]