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