]> git.vpit.fr Git - perl/modules/indirect.git/blob - t/41-memory.t
Prevent bogus invalid syntaxes caused by reallocated memory chunks
[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 eval "require indirect::Test0::Oooooo::Pppppppp";
8 is($@, '', 'memory reallocation to an uncatched optype');