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

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

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

From-SVN: r221011
This commit is contained in:
Tom de Vries 2015-02-26 14:20:01 +00:00 committed by Tom de Vries
parent e5d0da7fe3
commit bae08dc4f9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-02-26 Tom de Vries <tom@codesourcery.com>
* gcc.dg/aru-2.c: Add missing cleanup-profile-file.
2015-02-26 H.J. Lu <hongjiu.lu@intel.com>
PR target/65217

View File

@ -25,3 +25,5 @@ main (void)
int z = foo (0, 1, 2, 3, 4);
return !(z == 191);
}
/* { dg-final { cleanup-profile-file } } */