]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - t/21-good-block.t
22d3c47b3e2f65a52acf750bcb04a66d790f939a
[perl/modules/Test-Valgrind.git] / t / 21-good-block.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 use lib qw{blib/archpub};
8 eval { use Test::Valgrind };
9 if ($@) {
10  diag $@;
11  plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind';
12 }
13
14 plan tests => 1;
15 fail('shouldn\'t see this');