- Log -----------------------------------------------------------------
commit 5f61da697ab4e86d3bede8883257b28d30c701ad
Author: Jesse Vincent <je...@bestpractical.com>
Date: Wed Nov 25 15:47:41 2009 -0500
Jerry's last patch to add a TODO test didn't update the test count.
Thanks to Nicholas++ for pointing this out
-----------------------------------------------------------------------
Summary of changes:
t/op/threads.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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;
--
Perl5 Master Repository