summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-12-04 15:21:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-12-04 15:21:11 +0000
commit887fe94ff98ae308f7dcb39ad3f6e299b15d2bab (patch)
tree696384dd1f345e7c27f707507b40ab62c8ffc6d4 /searchcore/src/tests/proton/matching
parent402ca2699bb8e5fea3c4ceb39e404b21db6353b3 (diff)
Make one doom with explicit hard and soft instead of wrapping and nesting.
Diffstat (limited to 'searchcore/src/tests/proton/matching')
-rw-r--r--searchcore/src/tests/proton/matching/request_context/request_context_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/request_context/request_context_test.cpp b/searchcore/src/tests/proton/matching/request_context/request_context_test.cpp
index e28e25560d4..3152b737ea7 100644
--- a/searchcore/src/tests/proton/matching/request_context/request_context_test.cpp
+++ b/searchcore/src/tests/proton/matching/request_context/request_context_test.cpp
@@ -27,7 +27,7 @@ public:
class RequestContextTest : public ::testing::Test {
private:
vespalib::Clock _clock;
- vespalib::CombinedDoom _doom;
+ vespalib::Doom _doom;
MyAttributeContext _attr_ctx;
Properties _props;
RequestContext _request_ctx;