summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-09-17 13:35:42 +0800
committerPeng Wu <alexepico@gmail.com>2013-09-17 13:35:42 +0800
commitf99293209fcf94abbadb319f4c3e25b7cdae5b3f (patch)
treebcea7de197ed6f76605a456248552cd148fa6d23 /tests
parentf164a95ee7345fb3678622a3a56c784e0e9fe60b (diff)
downloadlibzhuyin-f99293209fcf94abbadb319f4c3e25b7cdae5b3f.tar.gz
libzhuyin-f99293209fcf94abbadb319f4c3e25b7cdae5b3f.tar.xz
libzhuyin-f99293209fcf94abbadb319f4c3e25b7cdae5b3f.zip
update test_parser2.cpp
Diffstat (limited to 'tests')
-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 6e72b12..80e8bda 100644
--- a/tests/storage/test_parser2.cpp
+++ b/tests/storage/test_parser2.cpp
@@ -75,7 +75,7 @@ int main(int argc, char * argv[]) {
if (strcmp("fullpinyin", parsername) == 0) {
parser = new FullPinyinParser2();
} else if (strcmp("chewing", parsername) == 0) {
- parser = new ChewingSimpleParser2();
+ parser = new ChewingDiscreteParser2();
}
if (!parser)