diff options
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/gcov-2.c')
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/gcov-2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/gcov-2.c b/gcc/testsuite/gcc.misc-tests/gcov-2.c index 0cfeaec..aa3e4b7 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov-2.c +++ b/gcc/testsuite/gcc.misc-tests/gcov-2.c @@ -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 } } */ |