summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-04-28 13:52:32 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-04-28 14:40:32 +0200
commit76ba7567c28c26ccad5039b36cc0ee17e6d4c784 (patch)
treef49e00d6fb4547be23f6805ee0244bbe0a51dc0d /searchlib/src/tests/memoryindex
parent920980ab3f51c00c63587b87dedc4f2617e59345 (diff)
Prepare for renaming namespace search::btree to vespalib::btree and
namespace search::datastore to vespalib::datastore.
Diffstat (limited to 'searchlib/src/tests/memoryindex')
-rw-r--r--searchlib/src/tests/memoryindex/field_index/field_index_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/searchlib/src/tests/memoryindex/field_index/field_index_test.cpp b/searchlib/src/tests/memoryindex/field_index/field_index_test.cpp
index ed6bd7168f2..9347e99f6c2 100644
--- a/searchlib/src/tests/memoryindex/field_index/field_index_test.cpp
+++ b/searchlib/src/tests/memoryindex/field_index/field_index_test.cpp
@@ -25,10 +25,11 @@
#include <vespa/log/log.h>
LOG_SETUP("field_index_test");
+using namespace search::btree;
+using namespace search::datastore;
+
namespace search {
-using namespace btree;
-using namespace datastore;
using namespace fef;
using namespace index;