summaryrefslogtreecommitdiffstats
path: root/tests/tests_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests_helper.h')
-rw-r--r--tests/tests_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests_helper.h b/tests/tests_helper.h
index b6cda61..daaa68a 100644
--- a/tests/tests_helper.h
+++ b/tests/tests_helper.h
@@ -22,7 +22,7 @@
#ifndef TESTS_HELPER_H
#define TESTS_HELPER_H
-static bool init_phrase_index(FacadePhraseIndex * phrase_index){
+static bool load_phrase_index(FacadePhraseIndex * phrase_index){
MemoryChunk * chunk = NULL;
for (size_t i = 0; i < PHRASE_INDEX_LIBRARY_COUNT; ++i) {
const char * bin_file = pinyin_phrase_files[i];