aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/unique_store_dictionary
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 /vespalib/src/tests/datastore/unique_store_dictionary
parent44d195021c1742fdbddfcb6f9afac7fdd993a96a (diff)
Rename namespace search::btree to vespalib::btree.
Rename namespace search::datastore to vespalib::datastore.
Diffstat (limited to 'vespalib/src/tests/datastore/unique_store_dictionary')
-rw-r--r--vespalib/src/tests/datastore/unique_store_dictionary/unique_store_dictionary_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/datastore/unique_store_dictionary/unique_store_dictionary_test.cpp b/vespalib/src/tests/datastore/unique_store_dictionary/unique_store_dictionary_test.cpp
index 1ec89aea69e..37a22108dc5 100644
--- a/vespalib/src/tests/datastore/unique_store_dictionary/unique_store_dictionary_test.cpp
+++ b/vespalib/src/tests/datastore/unique_store_dictionary/unique_store_dictionary_test.cpp
@@ -7,8 +7,8 @@
#include <vespa/log/log.h>
LOG_SETUP("unique_store_dictionary_test");
-using namespace search::datastore;
-using namespace search::datastore::uniquestore;
+using namespace vespalib::datastore;
+using namespace vespalib::datastore::uniquestore;
class Comparator : public EntryComparator {
private: