From: Jesse Vincent Date: Wed, 25 Nov 2009 20:47:41 +0000 (-0500) Subject: Jerry's last patch to add a TODO test didn't update the test count. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f61da697ab4e86d3bede8883257b28d30c701ad;p=p5sagit%2Fp5-mst-13.2.git Jerry's last patch to add a TODO test didn't update the test count. Thanks to Nicholas++ for pointing this out --- diff --git a/t/op/threads.t b/t/op/threads.t index 48ead65..7985688 100644 --- a/t/op/threads.t +++ b/t/op/threads.t @@ -16,7 +16,7 @@ BEGIN { exit 0; } - plan(14); + plan(15); } use strict;