summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2019-09-10 11:18:29 +0000
committerHåvard Pettersen <havardpe@oath.com>2019-09-12 08:16:57 +0000
commit17a6c5033b0b45becf8a3ef382d51599fe9afd57 (patch)
tree9fd3fa6e56547ea28dd024e0acdb6f886c9c17a0 /searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
parentd385fbe52c37b1bf896a4e16328349ac756ee4f4 (diff)
add expensive flags to phrase/same element
they will affect the iterator cost tier
Diffstat (limited to 'searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp')
-rw-r--r--searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp b/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
index 0fc84e26bba..6583f3bc00b 100644
--- a/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
+++ b/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
@@ -90,7 +90,7 @@ struct BuilderFixture {
FakeRequestContext req_ctx;
FakeSearchContext ctx;
SameElementBuilder builder;
- BuilderFixture() : req_ctx(), ctx(), builder(req_ctx, ctx) {
+ BuilderFixture() : req_ctx(), ctx(), builder(req_ctx, ctx, false) {
ctx.attr().tag("attr");
ctx.addIdx(0).idx(0).getFake().tag("idx");
}