Navigation Menu

Skip to content

Commit

Permalink
Add tests for grnxx::map::Patricia.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jun 27, 2013
1 parent a18e638 commit c88bb1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_map.cpp
Expand Up @@ -960,6 +960,7 @@ template <typename T>
void test_map() {
test_map<T>(grnxx::MAP_ARRAY);
test_map<T>(grnxx::MAP_HASH_TABLE);
test_map<T>(grnxx::MAP_PATRICIA);
}

void test_bytes_store() {
Expand Down

0 comments on commit c88bb1e

Please sign in to comment.