X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F30-threads.t;h=aa42d69f98c19ef1daa793b6fdfb3048a148956b;hb=1a89808e0eb3e27e0d2b61d0bfa84fa8ab94b9cb;hp=3f46124d0792b71fca8f3d3512ffe63fe125ba53;hpb=c00bbcee86add7a0549dd9bfb9a6ddbcaa62b256;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;