From 76ba7567c28c26ccad5039b36cc0ee17e6d4c784 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Tue, 28 Apr 2020 13:52:32 +0200 Subject: Prepare for renaming namespace search::btree to vespalib::btree and namespace search::datastore to vespalib::datastore. --- searchlib/src/tests/memoryindex/field_index/field_index_test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'searchlib/src/tests/memoryindex') 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 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; -- cgit v1.2.3