summaryrefslogtreecommitdiffstats
path: root/tests/test_chewing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_chewing.cpp')
-rw-r--r--tests/test_chewing.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_chewing.cpp b/tests/test_chewing.cpp
index 5f1b000..f74cf02 100644
--- a/tests/test_chewing.cpp
+++ b/tests/test_chewing.cpp
@@ -57,7 +57,11 @@ int main(int argc, char * argv[]){
}
pinyin_free_instance(instance);
+
+ pinyin_mask_out(context, 0x0, 0x0);
+ pinyin_save(context);
pinyin_fini(context);
+
free(linebuf);
return 0;
}