aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2016-11-04 13:28:02 +0100
committerGeir Storli <geirst@yahoo-inc.com>2016-11-04 13:28:02 +0100
commit128bba84583fc1249ea30bf4965ac4bc1f881df6 (patch)
treee577d9320b9372f7980befd9bab76e8b1c1c8f0d /searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
parenta332037c8f2fa3b51e1df3277eb3c4eb7de2cfa6 (diff)
Move datastore code from search::btree -> search::datastore.
Diffstat (limited to 'searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp')
-rw-r--r--searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp b/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
index c54e6f49cc7..0f7802d63b0 100644
--- a/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
+++ b/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
@@ -27,7 +27,7 @@ const uint64_t hash = 0x123;
TEST("require that empty bounds posting list starts at 0.") {
PredicateIndex index(generation_handler, generation_holder, limit_provider, config, 8);
- btree::EntryRef ref;
+ datastore::EntryRef ref;
PredicateBoundsPostingList<PredicateIndex::BTreeIterator>
posting_list(index.getIntervalStore(),
index.getBoundsIndex().getBTreePostingList(ref), 42);