[data] move case folding data into test folder

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-07-10 21:39:32 +02:00
committed by Konstantin Pastbin
parent 8f5c8a5bd7
commit 07c26a5ab8
2 changed files with 1 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ UNIT_TEST(LowerUniChar)
{
// Load unicode case folding table.
static char constexpr kFile[] = "./data/CaseFolding.test";
static char constexpr kFile[] = "./data/test_data/CaseFolding.test";
std::ifstream file(kFile);
TEST(file.is_open(), (kFile));