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