summaryrefslogtreecommitdiffstats
path: root/tests/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-08 13:22:14 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-08 13:22:14 +0800
commita50ef850d4f8af898317e7a7834083f8e30532f1 (patch)
treecd43f9ef1a49ef43a21530072672fdf3bb7ebd17 /tests/storage
parent314568bc3dee76b2fc4a0f7f1ea7d06b4ca48bde (diff)
downloadlibzhuyin-a50ef850d4f8af898317e7a7834083f8e30532f1.tar.gz
libzhuyin-a50ef850d4f8af898317e7a7834083f8e30532f1.tar.xz
libzhuyin-a50ef850d4f8af898317e7a7834083f8e30532f1.zip
update codes
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/test_parser2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_parser2.cpp b/tests/storage/test_parser2.cpp
index 0fde80d..85edef3 100644
--- a/tests/storage/test_parser2.cpp
+++ b/tests/storage/test_parser2.cpp
@@ -62,7 +62,7 @@ int main(int argc, char * argv[]) {
exit(EINVAL);
}
- pinyin_option_t options = PINYIN_CORRECT_ALL | USE_TONE | USE_RESPLIT_TABLE;
+ pinyin_option_t options = USE_TONE | USE_RESPLIT_TABLE;
if (incomplete)
options |= PINYIN_INCOMPLETE | CHEWING_INCOMPLETE;