summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-08 13:39:11 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-08 13:39:11 +0800
commit840c16f4a673beb3b33bc62759fae46ea887f3d2 (patch)
tree7c47e40e9b5d8a1604e2fcd9c9ae846b81af4f80 /tests
parent86b4f0b9b4a23c23b4945481ef8e4353e7116159 (diff)
downloadlibzhuyin-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.cpp3
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;