X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-bad.t;h=f36e2f5985b12060a2d7b4aaa937ea6781f10609;hb=d487631f95c032febc6d5ccad1a64b087e8b7184;hp=490b779254f59ce56777c6f7a593b8dc03c739e6;hpb=d6ed05d0b24cd8815039e731d4b9ea69787f994e;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/20-bad.t b/t/20-bad.t index 490b779..f36e2f5 100644 --- a/t/20-bad.t +++ b/t/20-bad.t @@ -9,7 +9,9 @@ use lib 't/lib'; eval { require Test::Valgrind; - Test::Valgrind->import(action => 'Test::Valgrind::Test::Action'); + Test::Valgrind->import( + action => 'Test::Valgrind::Test::Action', + ); }; if ($@) { diag $@; @@ -24,5 +26,6 @@ eval { if ($@) { diag $@; } else { + diag "leaking some bytes!"; Test::Valgrind::leak(); }