X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F40-threads.t;h=ce8ff03d9b4ce454a2186688ea8f273080a9058d;hp=14fb8b25e878b13cfbc87856cac240e524882dd4;hb=cfbd22399e253cbac1aad5436d2b191082befe14;hpb=f0156ba56d815d220b7f943d5f34cd726488c5db diff --git a/t/40-threads.t b/t/40-threads.t index 14fb8b2..ce8ff03 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -29,7 +29,7 @@ BEGIN { sub expect { my ($pkg) = @_; - return qr/^Indirect\s+call\s+of\s+method\s+"new"\s+on\s+object\s+"$pkg"/; + return qr/^Indirect\s+call\s+of\s+method\s+"new"\s+on\s+object\s+"$pkg"\s+at\s+\(eval\s+\d+\)\s+line\s+\d+/; } {