X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FSuppressions.pm;h=84526fd5eb13ce3f70e300cee425610c4474c565;hp=1226aab89d4e993983eb8b719d9e1935c872de63;hb=5dd4ffc1370138eb1e9501f82a69f98208e4c0ff;hpb=ca8eca27f27c14e65e67ffce2fa1447eee64c5c1 diff --git a/lib/Test/Valgrind/Suppressions.pm b/lib/Test/Valgrind/Suppressions.pm index 1226aab..84526fd 100644 --- a/lib/Test/Valgrind/Suppressions.pm +++ b/lib/Test/Valgrind/Suppressions.pm @@ -115,7 +115,7 @@ sub maybe_generalize { 1 while $supp =~ s/[^\r\n]*:\s*\*\s*$//; # With valgrind 3.4.0, we can replace unknown series of frames by '...' - if ($sess->version ge '3.4.0') { + if ($sess->version >= '3.4.0') { $supp .= "...\n"; $supp =~ s/(?:^\s*(?:\.{3}|\*:\S*|obj:\*)\s*\n)+/...\n/mg; }