Change to invoke gcov and clean up.
authorJanis Johnson <janis@gcc.gnu.org>
Mon, 20 Aug 2001 17:37:23 +0000 (17:37 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 20 Aug 2001 17:37:23 +0000 (17:37 +0000)
Remove dg-prms-id, which carried over to other tests.

From-SVN: r45056

gcc/testsuite/gcc.misc-tests/gcov-2.c

index 0cfeaec9d342d894cd50febea32b6ff20379b54d..aa3e4b74e9025bf95ed1ccecdd8f734d5153582b 100644 (file)
@@ -1,6 +1,5 @@
 /* Test Gcov basics.  */
 
-/* { dg-prms-id 8294 } */
 /* { dg-options "-fprofile-arcs -ftest-coverage -g" } */
 /* { dg-do run { target native } } */
 
@@ -19,3 +18,5 @@ int main ()
 }
 
 int a_variable = 0;
+
+/* { dg-final { run-gcov gcov-2.c } } */