aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2019-05-24 11:06:34 +0000
committerTor Brede Vekterli <vekterli@verizonmedia.com>2019-05-24 11:52:30 +0000
commit2bf9d73149e04ee67322037ffdf686bc19ef9ac7 (patch)
tree34f876a08941c17c911ba9628a0e6f75b3359559 /searchcore/src/tests/proton
parent31f6c321cb5b130486fe267eaf8ced6878a27319 (diff)
Move `AddressSpace` from searchlib to vespalib
Diffstat (limited to 'searchcore/src/tests/proton')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_usage_filter/attribute_usage_filter_test.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_usage_filter/attribute_usage_filter_test.cpp b/searchcore/src/tests/proton/attribute/attribute_usage_filter/attribute_usage_filter_test.cpp
index 673d9aca9cd..0fced6e0bff 100644
--- a/searchcore/src/tests/proton/attribute/attribute_usage_filter/attribute_usage_filter_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_usage_filter/attribute_usage_filter_test.cpp
@@ -10,13 +10,13 @@ using proton::AttributeUsageStats;
namespace
{
-search::AddressSpace enumStoreOverLoad(30 * 1024 * 1024 * UINT64_C(1024),
- 0,
- 32 * 1024 * 1024 * UINT64_C(1024));
+vespalib::AddressSpace enumStoreOverLoad(30 * 1024 * 1024 * UINT64_C(1024),
+ 0,
+ 32 * 1024 * 1024 * UINT64_C(1024));
-search::AddressSpace multiValueOverLoad(127 * 1024 * 1024,
- 0,
- 128 * 1024 * 1024);
+vespalib::AddressSpace multiValueOverLoad(127 * 1024 * 1024,
+ 0,
+ 128 * 1024 * 1024);