summaryrefslogtreecommitdiffstats
path: root/tests/storage/test_pinyin_index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage/test_pinyin_index.cpp')
-rw-r--r--tests/storage/test_pinyin_index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_pinyin_index.cpp b/tests/storage/test_pinyin_index.cpp
index 64e926d..659e236 100644
--- a/tests/storage/test_pinyin_index.cpp
+++ b/tests/storage/test_pinyin_index.cpp
@@ -24,7 +24,7 @@ int main( int argc, char * argv[]){
FILE * gbkfile = fopen("../../data/gbk_char.table","r");
if ( gbkfile == NULL ) {
- fprintf(stderr, "open gb_char.table failed!\n");
+ fprintf(stderr, "open gbk_char.table failed!\n");
exit(ENOENT);
}