summaryrefslogtreecommitdiffstats
path: root/tests/test_phrase.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-06 11:34:04 +0800
committerPeng Wu <alexepico@gmail.com>2011-09-06 11:34:04 +0800
commite2f06b37b9e2f8c1c1a9428c1619af4a8c5566c8 (patch)
tree7b47ed0cd159f5d61ac0e4b1d33d33bb5324971e /tests/test_phrase.cpp
parentdbdfd3b658f0f723513fd08415d08554d125f302 (diff)
downloadlibpinyin-e2f06b37b9e2f8c1c1a9428c1619af4a8c5566c8.tar.gz
libpinyin-e2f06b37b9e2f8c1c1a9428c1619af4a8c5566c8.tar.xz
libpinyin-e2f06b37b9e2f8c1c1a9428c1619af4a8c5566c8.zip
refine pinyin apis
Diffstat (limited to 'tests/test_phrase.cpp')
-rw-r--r--tests/test_phrase.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_phrase.cpp b/tests/test_phrase.cpp
index 73aa2de..0137e08 100644
--- a/tests/test_phrase.cpp
+++ b/tests/test_phrase.cpp
@@ -56,8 +56,6 @@ int main(int argc, char * argv[]){
}
printf("\n");
- pinyin_train(context);
- pinyin_reset(context);
pinyin_save(context);
}