]> git.vpit.fr Git - perl/modules/indirect.git/blob - t/41-memory.t
6805d9e49fc75f6fe4cc753bf5925bd33a447457
[perl/modules/indirect.git] / t / 41-memory.t
1 #!perl -T
2
3 use lib 't/lib';
4
5 use Test::More tests => 1;
6
7 BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} }
8
9 eval "require indirect::Test0::Oooooo::Pppppppp";
10 is($@, '', 'memory reallocation to an uncatched optype');