summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-10-13 15:22:12 +0800
committerPeng Wu <alexepico@gmail.com>2010-10-13 15:22:12 +0800
commit1568cf19f696b549fbb373e7b8f9df0e48be052d (patch)
tree5d145fc6843d175b6a3e3c65ae89ba408ed523bd /tests
parentc43523c720070394514163ff5378e3f945ee2689 (diff)
downloadlibpinyin-1568cf19f696b549fbb373e7b8f9df0e48be052d.tar.gz
libpinyin-1568cf19f696b549fbb373e7b8f9df0e48be052d.tar.xz
libpinyin-1568cf19f696b549fbb373e7b8f9df0e48be052d.zip
fixes issues when rename lookup.h to pinyin_lookup.h
Diffstat (limited to 'tests')
-rw-r--r--tests/lookup/test_simple_lookup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lookup/test_simple_lookup.cpp b/tests/lookup/test_simple_lookup.cpp
index 04f4dce..be90316 100644
--- a/tests/lookup/test_simple_lookup.cpp
+++ b/tests/lookup/test_simple_lookup.cpp
@@ -8,7 +8,7 @@
#include "pinyin_large_table.h"
#include "phrase_index.h"
#include "ngram.h"
-#include "lookup.h"
+#include "pinyin_lookup.h"
size_t bench_times = 1000;