summaryrefslogtreecommitdiffstats
path: root/tests/test_phrase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_phrase.cpp')
-rw-r--r--tests/test_phrase.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_phrase.cpp b/tests/test_phrase.cpp
index ef32d09..36603e7 100644
--- a/tests/test_phrase.cpp
+++ b/tests/test_phrase.cpp
@@ -62,7 +62,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;
}