summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-20 05:55:01 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-20 18:15:15 -0800
commit265d2e8e39f42f720939f85c9ddd11ac402bf79b (patch)
tree498f8e27a6d0c3f1fa0029c745fb9a94463ce8cc /lib
parentde2ec238cbad906262c52b4b0c5d1b2fa6e44707 (diff)
downloadperl-265d2e8e39f42f720939f85c9ddd11ac402bf79b.tar.gz
Correct test count in UCD.t
Diffstat (limited to 'lib')
-rw-r--r--lib/Unicode/UCD.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Unicode/UCD.t b/lib/Unicode/UCD.t
index ae8432cfaf..6f153ff821 100644
--- a/lib/Unicode/UCD.t
+++ b/lib/Unicode/UCD.t
@@ -18,7 +18,7 @@ use strict;
use Unicode::UCD;
use Test::More;
-BEGIN { plan tests => 256 };
+BEGIN { plan tests => 258 };
use Unicode::UCD 'charinfo';