projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3ceb02c
)
Adjust test count in threads test
Rafael Garcia-Suarez [Tue, 11 Jul 2006 09:29:23 +0000 (09:29 +0000)]
p4raw-id: //depot/perl@28544
ext/threads/t/kill.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/t/kill.t
b/ext/threads/t/kill.t
index
aff5dd0
..
3874db1
100644
(file)
--- a/
ext/threads/t/kill.t
+++ b/
ext/threads/t/kill.t
@@
-65,7
+65,7
@@
BEGIN {
BEGIN {
$| = 1;
- print("1..18\n"); ### Number of tests that will be run ###
+ print("1..19\n"); ### Number of tests that will be run ###
};
my $TEST = 1;