projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc79561
)
Jerry's last patch to add a TODO test didn't update the test count.
Jesse Vincent [Wed, 25 Nov 2009 20:47:41 +0000 (15:47 -0500)]
Thanks to Nicholas++ for pointing this out
t/op/threads.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/threads.t
b/t/op/threads.t
index
48ead65
..
7985688
100644
(file)
--- a/
t/op/threads.t
+++ b/
t/op/threads.t
@@
-16,7
+16,7
@@
BEGIN {
exit 0;
}
- plan(14);
+ plan(15);
}
use strict;