diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-20 05:55:01 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-20 18:15:15 -0800 |
commit | 265d2e8e39f42f720939f85c9ddd11ac402bf79b (patch) | |
tree | 498f8e27a6d0c3f1fa0029c745fb9a94463ce8cc /lib | |
parent | de2ec238cbad906262c52b4b0c5d1b2fa6e44707 (diff) | |
download | perl-265d2e8e39f42f720939f85c9ddd11ac402bf79b.tar.gz |
Correct test count in UCD.t
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Unicode/UCD.t | 2 |
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'; |