diff options
Diffstat (limited to 't/uni/upper.t')
-rw-r--r-- | t/uni/upper.t | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/t/uni/upper.t b/t/uni/upper.t deleted file mode 100644 index 5694c26f22..0000000000 --- a/t/uni/upper.t +++ /dev/null @@ -1,8 +0,0 @@ -BEGIN { - chdir 't' if -d 't'; - @INC = qw(../lib uni .); - require "case.pl"; -} - -casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] }); - |