Change to invoke gcov and clean up.

Remove dg-prms-id, which carried over to other tests.

From-SVN: r45056
This commit is contained in:
Janis Johnson 2001-08-20 17:37:23 +00:00
parent de3e861eb0
commit 8c9bdd540e

View 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 } } */