Commit bae08dc4 by Tom de Vries Committed by Tom de Vries

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
parent e5d0da7f
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
......
......@@ -25,3 +25,5 @@ main (void)
int z = foo (0, 1, 2, 3, 4);
return !(z == 191);
}
/* { dg-final { cleanup-profile-file } } */
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