summaryrefslogtreecommitdiff
path: root/t/op/threads.t
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-11-25 15:47:41 -0500
committerJesse Vincent <jesse@bestpractical.com>2009-11-25 15:47:41 -0500
commit5f61da697ab4e86d3bede8883257b28d30c701ad (patch)
tree1235751a916897cc5a72154b4c199bff0f265ffb /t/op/threads.t
parentbc795616b74a72425cddf467dbdc6e65bc76484b (diff)
downloadperl-5f61da697ab4e86d3bede8883257b28d30c701ad.tar.gz
Jerry's last patch to add a TODO test didn't update the test count.
Thanks to Nicholas++ for pointing this out
Diffstat (limited to 't/op/threads.t')
-rw-r--r--t/op/threads.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/threads.t b/t/op/threads.t
index 48ead65b00..7985688e5c 100644
--- a/t/op/threads.t
+++ b/t/op/threads.t
@@ -16,7 +16,7 @@ BEGIN {
exit 0;
}
- plan(14);
+ plan(15);
}
use strict;