From 8c9bdd540e9761eaafc13a8cf0e6ff788d0decba Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Mon, 20 Aug 2001 17:37:23 +0000 Subject: [PATCH] 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(-) diff --git a/gcc/testsuite/gcc.misc-tests/gcov-2.c b/gcc/testsuite/gcc.misc-tests/gcov-2.c index 0cfeaec9d34..aa3e4b74e90 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 } } */ -- 2.30.2