From 2bf9d73149e04ee67322037ffdf686bc19ef9ac7 Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Fri, 24 May 2019 11:06:34 +0000 Subject: Move `AddressSpace` from searchlib to vespalib --- .../attribute_usage_filter/attribute_usage_filter_test.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'searchcore/src/tests/proton') 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); -- cgit v1.2.3