diff options
Diffstat (limited to 't/uni/lower.t')
-rw-r--r-- | t/uni/lower.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/uni/lower.t b/t/uni/lower.t index 76df6de09d..5ab4cdd74e 100644 --- a/t/uni/lower.t +++ b/t/uni/lower.t @@ -4,6 +4,7 @@ BEGIN { require "case.pl"; } -casetest("Lower", \%utf8::ToSpecLower, +casetest(0, # No extra tests run here, + "Lower", \%utf8::ToSpecLower, sub { lc $_[0] }, sub { my $a = ""; lc ($_[0] . $a) }, sub { lcfirst $_[0] }, sub { my $a = ""; lcfirst ($_[0] . $a) }); |