summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/querynodes_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-03 10:17:52 +0100
committerGitHub <noreply@github.com>2020-01-03 10:17:52 +0100
commit48c8e7ea5ae757fda8480ce3d045711f22adc9f2 (patch)
tree6ff7626bc1ee78ae4d0361a6572b6eb16b61ba4e /searchcore/src/tests/proton/matching/querynodes_test.cpp
parent4bbac8adbf1d9e0f112f950323e5ca08eb6ba658 (diff)
parent5a89acb50b5c67b97f4039cf972808a6505ebd81 (diff)
Merge pull request #11635 from vespa-engine/revert-11619-balder/add-executeinfo
Revert "Balder/add executeinfo"
Diffstat (limited to 'searchcore/src/tests/proton/matching/querynodes_test.cpp')
-rw-r--r--searchcore/src/tests/proton/matching/querynodes_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/querynodes_test.cpp b/searchcore/src/tests/proton/matching/querynodes_test.cpp
index 5d01753dfb6..297f75054b2 100644
--- a/searchcore/src/tests/proton/matching/querynodes_test.cpp
+++ b/searchcore/src/tests/proton/matching/querynodes_test.cpp
@@ -201,7 +201,7 @@ public:
MatchData::UP match_data = mdl.createMatchData();
Blueprint::UP blueprint = BlueprintBuilder::build(requestContext, node, context);
- blueprint->fetchPostings(search::queryeval::ExecuteInfo::TRUE);
+ blueprint->fetchPostings(true);
return blueprint->createSearch(*match_data, true)->asString();
}