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=5d8477b589d7ed4c4571111036e5b237ad13f6a9;hpb=0df47659c67c30deca9fc06d6c7643a886ddb7d8 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+/; } {