From cfb3af22e4fb7aaaa6e759f8b3138553d012f836 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 17 Aug 2016 22:54:44 +0200 Subject: [PATCH] t/valgrind.suppress: Fix deduplication of cond jump. This was introduced in 7645df5e8ef. The actual call traces differed a bit. --- t/valgrind.suppress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 14e69a1..f821843 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -5,7 +5,7 @@ fun:gcov_exit* fun:__run_exit_handlers fun:exit - fun:srunner_run + fun:srunner_run* fun:main } { -- 2.30.2