summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/btree/btreeaggregation_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/btree/btreeaggregation_test.cpp')
-rw-r--r--vespalib/src/tests/btree/btreeaggregation_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/vespalib/src/tests/btree/btreeaggregation_test.cpp b/vespalib/src/tests/btree/btreeaggregation_test.cpp
index 2b4b37af171..da7f677bb8a 100644
--- a/vespalib/src/tests/btree/btreeaggregation_test.cpp
+++ b/vespalib/src/tests/btree/btreeaggregation_test.cpp
@@ -27,9 +27,9 @@
LOG_SETUP("btreeaggregation_test");
using vespalib::GenerationHandler;
-using search::datastore::EntryRef;
+using vespalib::datastore::EntryRef;
-namespace search::btree {
+namespace vespalib::btree {
namespace {
@@ -1234,4 +1234,4 @@ Test::Main()
}
-TEST_APPHOOK(search::btree::Test);
+TEST_APPHOOK(vespalib::btree::Test);