summaryrefslogtreecommitdiff
path: root/t/uni/upper.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-02 11:26:02 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-02 20:11:23 -0700
commitc8191e192267f85bc25e6d4758e5c4344c984ffd (patch)
tree3d4a8947accd6585d25f1402f58b5fee4861e3a9 /t/uni/upper.t
parent2b08d1e271a66b75d93ee0a86284c36a21036e57 (diff)
downloadperl-c8191e192267f85bc25e6d4758e5c4344c984ffd.tar.gz
Move @INC setup to t/uni/case.pl
Diffstat (limited to 't/uni/upper.t')
-rw-r--r--t/uni/upper.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/uni/upper.t b/t/uni/upper.t
index 32670382dc..c8bdb4bbcf 100644
--- a/t/uni/upper.t
+++ b/t/uni/upper.t
@@ -1,7 +1,6 @@
BEGIN {
chdir 't' if -d 't';
require "uni/case.pl";
- set_up_inc(qw(../lib .));
}
is(uc("\x{3B1}\x{345}\x{301}"), "\x{391}\x{301}\x{399}", 'Verify moves YPOGEGRAMMENI');