summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/predicate/predicate_index_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/predicate/predicate_index_test.cpp')
-rw-r--r--searchlib/src/tests/predicate/predicate_index_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/predicate/predicate_index_test.cpp b/searchlib/src/tests/predicate/predicate_index_test.cpp
index 12bc192079a..199670d929f 100644
--- a/searchlib/src/tests/predicate/predicate_index_test.cpp
+++ b/searchlib/src/tests/predicate/predicate_index_test.cpp
@@ -239,7 +239,7 @@ void checkAllIntervals(Iterator posting_it, IntervalT expected_interval,
for (uint32_t id = 1; id < 100u; ++id) {
ASSERT_TRUE(posting_it.valid());
EXPECT_EQUAL(id, posting_it.getKey());
- datastore::EntryRef ref = posting_it.getData();
+ vespalib::datastore::EntryRef ref = posting_it.getData();
ASSERT_TRUE(ref.valid());
uint32_t size;
IntervalT single;