summaryrefslogtreecommitdiff
path: root/cpan/Digest-SHA/t/base64.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Digest-SHA/t/base64.t')
-rw-r--r--cpan/Digest-SHA/t/base64.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Digest-SHA/t/base64.t b/cpan/Digest-SHA/t/base64.t
index 56a24d70e1..2cafdbd8de 100644
--- a/cpan/Digest-SHA/t/base64.t
+++ b/cpan/Digest-SHA/t/base64.t
@@ -31,7 +31,7 @@ while (@out) {
unless ($skip) {
print "not " unless &$fcn($in) eq $rsp;
}
- print "ok ", $testnum++, $skip ? " # skip: no 64 bit" : "", "\n";
+ print "ok ", $testnum++, $skip ? " # skip: no 64-bit" : "", "\n";
}
__DATA__