From: Paul Floyd Date: Sat, 21 Dec 2024 20:32:19 +0000 (+0100) Subject: Bug 497723 - forgot to restore callgrind output cleanup X-Git-Tag: VALGRIND_3_25_0~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=544d41e525879f868e6f4d7c4872d46c666827c4;p=thirdparty%2Fvalgrind.git Bug 497723 - forgot to restore callgrind output cleanup --- diff --git a/callgrind/tests/bug497723.vgtest b/callgrind/tests/bug497723.vgtest index 002dfb192..bdbf23987 100644 --- a/callgrind/tests/bug497723.vgtest +++ b/callgrind/tests/bug497723.vgtest @@ -1,4 +1,4 @@ prog: ../../memcheck/tests/bug445235_ada_demangle vgopts: --callgrind-out-file=callgrind.out post: awk '/cfn.*ada_/{print $2}' callgrind.out -#cleanup: rm callgrind.out +cleanup: rm callgrind.out