summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/test_phrase_lookup.cpp2
-rw-r--r--tests/lookup/test_simple_lookup.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lookup/test_phrase_lookup.cpp b/tests/lookup/test_phrase_lookup.cpp
index dd8bf80..24e6982 100644
--- a/tests/lookup/test_phrase_lookup.cpp
+++ b/tests/lookup/test_phrase_lookup.cpp
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <locale.h>
-#include "pinyin.h"
+#include "pinyin_internal.h"
void print_help(){
printf("Usage: test_phrase_lookup\n");
diff --git a/tests/lookup/test_simple_lookup.cpp b/tests/lookup/test_simple_lookup.cpp
index b58f248..8114a12 100644
--- a/tests/lookup/test_simple_lookup.cpp
+++ b/tests/lookup/test_simple_lookup.cpp
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <sys/time.h>
#include <glib.h>
-#include "pinyin.h"
+#include "pinyin_internal.h"
size_t bench_times = 1000;