From fc70339dea4380ddf3ccc5956346dceb8b0f7916 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 6 Dec 2011 18:27:59 +0800 Subject: fixes test chewing table --- tests/storage/test_chewing_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/storage/test_chewing_table.cpp') diff --git a/tests/storage/test_chewing_table.cpp b/tests/storage/test_chewing_table.cpp index 157a367..b600af8 100644 --- a/tests/storage/test_chewing_table.cpp +++ b/tests/storage/test_chewing_table.cpp @@ -27,7 +27,7 @@ size_t bench_times = 1000; int main(int argc, char * argv[]) { - pinyin_option_t options = USE_TONE; + pinyin_option_t options = USE_TONE | PINYIN_INCOMPLETE; ChewingLargeTable largetable(options); FacadePhraseIndex phrase_index; -- cgit