From: Vincent Pit Date: Sun, 28 Sep 2008 13:28:51 +0000 (+0200) Subject: More suppressions bis (also when no compiler is available) X-Git-Tag: v0.07~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=bafd405521ae7738e87bc51998a43fdc82d3a446 More suppressions bis (also when no compiler is available) --- diff --git a/gen.pl b/gen.pl index b995b50..eb751e4 100755 --- a/gen.pl +++ b/gen.pl @@ -19,12 +19,12 @@ if ($@) { XSLoader::load('Test::Valgrind', \$Test::Valgrind::VERSION); "; unless ($@) { - plan tests => 1; Test::Valgrind::notleak("valgrind it!"); - fail('fake'); } else { diag $@; } + plan tests => 1; + fail('fake'); } 1;