aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2016-11-30 10:54:32 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2016-11-30 10:54:32 +0000
commit0113845ca015841ef2148337cdd9aac29c83e8a5 (patch)
tree6ecc9d831299befe2115eb93d670387334ece2b3 /searchcore/src/tests/proton/attribute
parent1845c6c3ab5f870beec72dd85f764bf65adb1e82 (diff)
Move tensor attribute to search::tensor namespace.
Diffstat (limited to 'searchcore/src/tests/proton/attribute')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_test.cpp b/searchcore/src/tests/proton/attribute/attribute_test.cpp
index 89f27e8cc77..f00776444e6 100644
--- a/searchcore/src/tests/proton/attribute/attribute_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_test.cpp
@@ -47,7 +47,7 @@ using namespace document;
using namespace proton;
using namespace search;
using namespace search::index;
-using search::attribute::TensorAttribute;
+using search::tensor::TensorAttribute;
using search::TuneFileAttributes;
using search::index::DummyFileHeaderContext;
using search::predicate::PredicateIndex;