From 8c9bdd540e9761eaafc13a8cf0e6ff788d0decba Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Mon, 20 Aug 2001 17:37:23 +0000 Subject: Change to invoke gcov and clean up. Remove dg-prms-id, which carried over to other tests. From-SVN: r45056 --- gcc/testsuite/gcc.misc-tests/gcov-2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/testsuite/gcc.misc-tests') 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 } } */ -- cgit v1.1