Skip to content

Commit 57f74d2

Browse files
Shreeshriistweil
authored andcommitted
Fix file location for unicharset for mastertrainer_test
1 parent 0ee4f63 commit 57f74d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/mastertrainer_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class MasterTrainerTest : public testing::Test {
187187
FLAGS_output_trainer = TmpNameToPath("tmp_trainer").c_str();
188188
FLAGS_F = file::JoinPath(LANGDATA_DIR, "font_properties").c_str();
189189
FLAGS_X = TestDataNameToPath("eng.xheights").c_str();
190-
FLAGS_U = file::JoinPath(LANGDATA_DIR, "eng/eng.unicharset").c_str();
190+
FLAGS_U = TestDataNameToPath("eng.unicharset").c_str();
191191
std::string tr_file_name(TestDataNameToPath("eng.Arial.exp0.tr"));
192192
const char* argv[] = {tr_file_name.c_str()};
193193
int argc = 1;

0 commit comments

Comments
 (0)