projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
74daaf0
)
fix test counts
author
Jesse Luehrs <doy@tozt.net>
Sat, 15 Sep 2012 22:07:47 +0000 (17:07 -0500)
committer
Jesse Luehrs <doy@tozt.net>
Sat, 15 Sep 2012 22:07:47 +0000 (17:07 -0500)
t/comp/namedproto.t
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/namedproto.t
b/t/comp/namedproto.t
index
bc70003
..
d1057c9
100644
(file)
--- a/
t/comp/namedproto.t
+++ b/
t/comp/namedproto.t
@@
-77,7
+77,6
@@
sub no_warnings {
}
BEGIN {
- print "1..23\n";
$test = 0;
if (!is_miniperl) {
require Scalar::Util;
@@
-211,4
+210,6
@@
BEGIN {
BEGIN { no_warnings("end of compile time") }
+END { print "1..$test\n" }
+
1;