]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
There's no need to strip out lines containing "valgrind" from suppressions anymore
authorVincent Pit <vince@profvince.com>
Wed, 4 Nov 2009 12:59:35 +0000 (13:59 +0100)
committerVincent Pit <vince@profvince.com>
Wed, 4 Nov 2009 12:59:35 +0000 (13:59 +0100)
lib/Test/Valgrind/Parser/Suppressions/Text.pm

index 6eb2dfcf54b2e44da1b537066bfa64e78a478e2b..b738ea03617fbaa63a0951a844eaef2ce81a324d 100644 (file)
@@ -46,7 +46,6 @@ sub parse {
   s/^\s*#\s//;        # Strip comments
 
   next if /^==/;      # Valgrind info line
-  next if /valgrind/; # and /\Q$file\E/;
 
   s/^\s*//;           # Strip leading spaces
   s/<[^>]+>//;        # Strip tags