summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-21 11:21:13 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-21 11:28:27 +0800
commit5b9e064985a399b331e6a7b90fef285127739c12 (patch)
tree395dbcb0b9eec12477ca24135f35296b7346905f /tests
parenta27716de40c35554b12fa1d5f94670a843e988bb (diff)
downloadlibzhuyin-5b9e064985a399b331e6a7b90fef285127739c12.tar.gz
libzhuyin-5b9e064985a399b331e6a7b90fef285127739c12.tar.xz
libzhuyin-5b9e064985a399b331e6a7b90fef285127739c12.zip
fixes compile
Diffstat (limited to 'tests')
-rw-r--r--tests/test_chewing.cpp2
-rw-r--r--tests/test_phrase.cpp2
-rw-r--r--tests/test_pinyin.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_chewing.cpp b/tests/test_chewing.cpp
index 9206561..60b6f31 100644
--- a/tests/test_chewing.cpp
+++ b/tests/test_chewing.cpp
@@ -20,7 +20,7 @@
*/
-#include "pinyin.h"
+#include "zhuyin.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test_phrase.cpp b/tests/test_phrase.cpp
index ef8bd28..416e560 100644
--- a/tests/test_phrase.cpp
+++ b/tests/test_phrase.cpp
@@ -20,7 +20,7 @@
*/
-#include "pinyin.h"
+#include "zhuyin.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp
index c2a5b6f..4463cea 100644
--- a/tests/test_pinyin.cpp
+++ b/tests/test_pinyin.cpp
@@ -20,7 +20,7 @@
*/
-#include "pinyin.h"
+#include "zhuyin.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>