summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/stringattribute
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-05-04 11:37:01 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-05-04 11:37:01 +0200
commit12641f4383088dd087c1061739c5765393d2b129 (patch)
tree7ea647c0e6e646462feb50c46eb0a42d80b20515 /searchlib/src/tests/attribute/stringattribute
parent44d195021c1742fdbddfcb6f9afac7fdd993a96a (diff)
Rename namespace search::btree to vespalib::btree.
Rename namespace search::datastore to vespalib::datastore.
Diffstat (limited to 'searchlib/src/tests/attribute/stringattribute')
-rw-r--r--searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp b/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp
index a9c6cd1fd6c..a4b218e73e0 100644
--- a/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp
+++ b/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp
@@ -19,7 +19,7 @@ namespace search {
using attribute::CollectionType;
using attribute::IAttributeVector;
-using datastore::EntryRef;
+using vespalib::datastore::EntryRef;
class StringAttributeTest : public vespalib::TestApp
{