aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/enum_comparator
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/attribute/enum_comparator
parent920980ab3f51c00c63587b87dedc4f2617e59345 (diff)
Prepare for renaming namespace search::btree to vespalib::btree and
namespace search::datastore to vespalib::datastore.
Diffstat (limited to 'searchlib/src/tests/attribute/enum_comparator')
-rw-r--r--searchlib/src/tests/attribute/enum_comparator/enum_comparator_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/attribute/enum_comparator/enum_comparator_test.cpp b/searchlib/src/tests/attribute/enum_comparator/enum_comparator_test.cpp
index d679319924d..f3082e858a3 100644
--- a/searchlib/src/tests/attribute/enum_comparator/enum_comparator_test.cpp
+++ b/searchlib/src/tests/attribute/enum_comparator/enum_comparator_test.cpp
@@ -9,9 +9,9 @@
#include <vespa/log/log.h>
LOG_SETUP("enum_comparator_test");
-namespace search {
+using namespace search::btree;
-using namespace btree;
+namespace search {
using NumericEnumStore = EnumStoreT<int32_t>;
using FloatEnumStore = EnumStoreT<float>;