X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=lib%2FTest%2FValgrind%2FParser%2FSuppressions%2FText.pm;h=b738ea03617fbaa63a0951a844eaef2ce81a324d;hb=02988812caad37eabb53817242d72f65d435316f;hp=6eb2dfcf54b2e44da1b537066bfa64e78a478e2b;hpb=07e9c71f216de121217542e294a3f4a2a2896919;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Parser/Suppressions/Text.pm b/lib/Test/Valgrind/Parser/Suppressions/Text.pm index 6eb2dfc..b738ea0 100644 --- a/lib/Test/Valgrind/Parser/Suppressions/Text.pm +++ b/lib/Test/Valgrind/Parser/Suppressions/Text.pm @@ -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