From 4b2f2f0195b4b3c4483d5539b8f50cdd83eb5bf6 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 27 Aug 2018 09:21:30 +0200 Subject: Move smartpointers --- searchsummary/src/tests/docsummary/positionsdfw_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'searchsummary') 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 override { - LOG_ABORT("should not be reached"); + LOG_ABORT("MyAttributeContext::getAttributeList should not be reached"); } void asyncForAttribute(const vespalib::string &, std::shared_ptr) const override { - + LOG_ABORT("MyAttributeContext::asyncForAttribute should not be reached"); } }; -- cgit v1.2.3