X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=gen.pl;h=eb751e417ff9f62136cd0fa0ef99112e685edb2b;hb=550ce3f06282d07682d0816234855efee985aa9a;hp=b995b50552105da4dadb16e5a130cfd4e9cb418e;hpb=9a6e8be3534feee179fe0d63d284948f340ac67d;p=perl%2Fmodules%2FTest-Valgrind.git 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;