summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-27 09:21:30 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-27 09:22:14 +0200
commit4b2f2f0195b4b3c4483d5539b8f50cdd83eb5bf6 (patch)
tree3db97672b8e1426b17390e9a1a91444052fe3608 /searchsummary
parentf19fa359f112f0009a4a39e9e8358a5458ca4fb2 (diff)
Move smartpointers
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/tests/docsummary/positionsdfw_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchsummary/src/tests/docsummary/positionsdfw_test.cpp b/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
index 7c2f2f923a5..28773b2633f 100644
--- a/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
+++ b/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
@@ -64,15 +64,15 @@ public:
return &_attr;
}
const IAttributeVector *getAttributeStableEnum(const string &) const override {
- LOG_ABORT("should not be reached");
+ LOG_ABORT("MyAttributeContext::getAttributeStableEnum should not be reached");
}
void getAttributeList(vector<const IAttributeVector *> &) const override {
- LOG_ABORT("should not be reached");
+ LOG_ABORT("MyAttributeContext::getAttributeList should not be reached");
}
void
asyncForAttribute(const vespalib::string &, std::shared_ptr<IAttributeFunctor>) const override {
-
+ LOG_ABORT("MyAttributeContext::asyncForAttribute should not be reached");
}
};