https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=544d41e525879f868e6f4d7c4872d46c666827c4
commit 544d41e525879f868e6f4d7c4872d46c666827c4
Author: Paul Floyd <pj...@wa...>
Date: Sat Dec 21 21:32:19 2024 +0100
Bug 497723 - forgot to restore callgrind output cleanup
Diff:
---
callgrind/tests/bug497723.vgtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/callgrind/tests/bug497723.vgtest b/callgrind/tests/bug497723.vgtest
index 002dfb1920..bdbf239870 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
|