summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/array_store_config/array_store_config_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/datastore/array_store_config/array_store_config_test.cpp')
-rw-r--r--vespalib/src/tests/datastore/array_store_config/array_store_config_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/datastore/array_store_config/array_store_config_test.cpp b/vespalib/src/tests/datastore/array_store_config/array_store_config_test.cpp
index 4779cf1aa70..e90149ed08f 100644
--- a/vespalib/src/tests/datastore/array_store_config/array_store_config_test.cpp
+++ b/vespalib/src/tests/datastore/array_store_config/array_store_config_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/vespalib/datastore/entryref.h>
#include <vespa/vespalib/datastore/array_store_config.h>
-using namespace search::datastore;
+using namespace vespalib::datastore;
using AllocSpec = ArrayStoreConfig::AllocSpec;
constexpr float ALLOC_GROW_FACTOR = 0.2;