From 544d41e525879f868e6f4d7c4872d46c666827c4 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 21 Dec 2024 21:32:19 +0100 Subject: [PATCH] Bug 497723 - forgot to restore callgrind output cleanup --- 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 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 -- 2.11.4.GIT