X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F30-threads.t;h=aa42d69f98c19ef1daa793b6fdfb3048a148956b;hb=ed7d73abaa8a78a2ad2fc60a1c702a3f10481b50;hp=3f46124d0792b71fca8f3d3512ffe63fe125ba53;hpb=b56734d8bae611bf89f0c65a084de7079d119d96;p=perl%2Fmodules%2FLexical-Types.git diff --git a/t/30-threads.t b/t/30-threads.t index 3f46124..aa42d69 100644 --- a/t/30-threads.t +++ b/t/30-threads.t @@ -34,6 +34,7 @@ BEGIN { my $tid = threads->tid(); my ($file, $line) = (caller(0))[1, 2]; my $where = "at $file line $line in thread $tid"; + local $Test::Builder::Level = $Test::Builder::Level + 1; Test::More::is($_[0], __PACKAGE__, "base type is correct $where"); Test::More::is($_[2], 'Tag', "original type is correct $where"); $_[1] = $tid;