From e8bbfdd4b5d1398203071f296be5542c548ae61e Mon Sep 17 00:00:00 2001 From: janis 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45056 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 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 } } */ -- 2.7.4