$#a>>=1 relies on malloc wrap to avoid the segfault, so need to
[p5sagit/p5-mst-13.2.git] / t / uni / title.t
1 BEGIN {
2     chdir 't' if -d 't';
3     @INC = qw(../lib uni .);
4     require "case.pl";
5 }
6
7 casetest("Title", \%utf8::ToSpecTitle, sub { ucfirst $_[0] });
8