diff options
Diffstat (limited to 't/uni/fold.t')
-rw-r--r-- | t/uni/fold.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/fold.t b/t/uni/fold.t index 76e1639065..a068e6511a 100644 --- a/t/uni/fold.t +++ b/t/uni/fold.t @@ -7,7 +7,7 @@ use File::Spec; my $CF = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "lib", "unicore"), - "CaseFold.txt"); + "CaseFolding.txt"); if (open(CF, $CF)) { my @CF; |