X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F41-memory.t;fp=t%2F41-memory.t;h=0000000000000000000000000000000000000000;hb=175215d256b3ccb78ed48b5ad17c5e1d5ac3ba28;hp=6805d9e49fc75f6fe4cc753bf5925bd33a447457;hpb=f02dad546d5c13916b4771154d8f7284fc3cb31c;p=perl%2Fmodules%2Findirect.git diff --git a/t/41-memory.t b/t/41-memory.t deleted file mode 100644 index 6805d9e..0000000 --- a/t/41-memory.t +++ /dev/null @@ -1,10 +0,0 @@ -#!perl -T - -use lib 't/lib'; - -use Test::More tests => 1; - -BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} } - -eval "require indirect::Test0::Oooooo::Pppppppp"; -is($@, '', 'memory reallocation to an uncatched optype');