X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F21-good-block.t;h=22d3c47b3e2f65a52acf750bcb04a66d790f939a;hb=a7322910d865380e6ca34f5d7d93942e384e7734;hp=272ea53fd04770dc6a0992df7c95ff538bdf3592;hpb=c528f9cdb0a0b8f10658b8ed733d81e500de49c3;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/21-good-block.t b/t/21-good-block.t index 272ea53..22d3c47 100644 --- a/t/21-good-block.t +++ b/t/21-good-block.t @@ -11,4 +11,5 @@ if ($@) { plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind'; } -1; +plan tests => 1; +fail('shouldn\'t see this');