summaryrefslogtreecommitdiffstats
path: root/tests/storage/test_phrase_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage/test_phrase_table.cpp')
-rw-r--r--tests/storage/test_phrase_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_phrase_table.cpp b/tests/storage/test_phrase_table.cpp
index 758cf6c..e5fb24d 100644
--- a/tests/storage/test_phrase_table.cpp
+++ b/tests/storage/test_phrase_table.cpp
@@ -60,7 +60,7 @@ int main(int argc, char * argv[]){
phrase_token_t token;
guint32 start = record_time();
- for ( int i = 0; i < bench_times; ++i){
+ for ( size_t i = 0; i < bench_times; ++i){
largetable.search(phrase_len, new_phrase, token);
}
print_time(start, bench_times);