mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-12 07:10:26 +08:00
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:
parent
de3e861eb0
commit
8c9bdd540e
@ -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 } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user