summaryrefslogtreecommitdiffstats
path: root/tests/tests_helper.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-09-03 10:40:10 +0800
committerPeng Wu <alexepico@gmail.com>2012-09-03 10:40:10 +0800
commit13b537cd88a92bd6540ecdaa8f993a409d32776a (patch)
treecf815816b6d42a79c89adbfaefc2ad5444878d9b /tests/tests_helper.h
parent1b76ad0ade6a2b2b658dddf4be331dc7988ffc50 (diff)
downloadlibpinyin-13b537cd88a92bd6540ecdaa8f993a409d32776a.tar.gz
libpinyin-13b537cd88a92bd6540ecdaa8f993a409d32776a.tar.xz
libpinyin-13b537cd88a92bd6540ecdaa8f993a409d32776a.zip
update tests to use phrase table ver2
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 f15c19e..de8ea51 100644
--- a/tests/tests_helper.h
+++ b/tests/tests_helper.h
@@ -48,7 +48,7 @@ static bool load_phrase_index(FacadePhraseIndex * phrase_index){
}
static bool load_phrase_table(ChewingLargeTable * chewing_table,
- PhraseLargeTable * phrase_table,
+ PhraseLargeTable2 * phrase_table,
FacadePhraseIndex * phrase_index){
for (size_t i = 0; i < PHRASE_INDEX_LIBRARY_COUNT; ++i) {
const pinyin_table_info_t * table_info = pinyin_phrase_files + i;