diff options
| author | Peng Wu <alexepico@gmail.com> | 2014-04-08 13:39:11 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2014-04-08 13:39:11 +0800 |
| commit | 840c16f4a673beb3b33bc62759fae46ea887f3d2 (patch) | |
| tree | 7c47e40e9b5d8a1604e2fcd9c9ae846b81af4f80 /tests | |
| parent | 86b4f0b9b4a23c23b4945481ef8e4353e7116159 (diff) | |
| download | libzhuyin-840c16f4a673beb3b33bc62759fae46ea887f3d2.tar.gz libzhuyin-840c16f4a673beb3b33bc62759fae46ea887f3d2.tar.xz libzhuyin-840c16f4a673beb3b33bc62759fae46ea887f3d2.zip | |
rename some public enums
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lookup/test_pinyin_lookup.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lookup/test_pinyin_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp index da29e0f..a37c8d4 100644 --- a/tests/lookup/test_pinyin_lookup.cpp +++ b/tests/lookup/test_pinyin_lookup.cpp @@ -36,8 +36,7 @@ int main( int argc, char * argv[]){ exit(ENOENT); } - pinyin_option_t options = - USE_TONE | PINYIN_AMB_ALL; + pinyin_option_t options = USE_TONE; FacadeChewingTable largetable; MemoryChunk * chunk = new MemoryChunk; |
