summaryrefslogtreecommitdiff
path: root/t/uni/upper.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-18 17:54:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-18 17:54:44 +0000
commit34eb0027d507cf928f55094485f0c14410270265 (patch)
tree7c114af08293ef6c3641986dd715ff8b55912459 /t/uni/upper.t
parent249f3c53a0b7f5ba5a39bd2642a1ca581fb97ed0 (diff)
downloadperl-34eb0027d507cf928f55094485f0c14410270265.tar.gz
What do you know; these tests unearthed nasty problems.
Will resolve those first. p4raw-id: //depot/perl@14752
Diffstat (limited to 't/uni/upper.t')
-rw-r--r--t/uni/upper.t8
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] });
-