X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F40-threads.t;h=3f2fe250dd9bd88e4253720d83096263c10513c4;hp=33f583795e67afaf2451a95190813618fd2c9788;hb=b9dca634c59b11dc31a3d2eca413152ac7c92791;hpb=dffe18044b67f8d86bf82121ea97c2c28f3335d0 diff --git a/t/40-threads.t b/t/40-threads.t index 33f5837..3f2fe25 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -60,4 +60,6 @@ my @threads = map spawn(\&try), 1 .. 10; $_->join for @threads; -done_testing(scalar(@threads) * 2 * (2 + 3)); +pass 'done'; + +done_testing(scalar(@threads) * 2 * (2 + 3) + 1);