summaryrefslogtreecommitdiffstats
path: root/tests/storage/test_table_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage/test_table_info.cpp')
-rw-r--r--tests/storage/test_table_info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/storage/test_table_info.cpp b/tests/storage/test_table_info.cpp
index 172aaf2..06f2767 100644
--- a/tests/storage/test_table_info.cpp
+++ b/tests/storage/test_table_info.cpp
@@ -36,8 +36,8 @@ void dump_table_info(const pinyin_table_info_t * table_info) {
break;
case DICTIONARY:
- printf("dictionary:%s %s %s.\n", table_info->m_table_filename,
- table_info->m_system_filename, table_info->m_user_filename);
+ printf("dictionary:%s %s.\n", table_info->m_table_filename,
+ table_info->m_system_filename);
break;
case USER_FILE: