summaryrefslogtreecommitdiffstats
path: root/document/src/tests/documentselectparsertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/documentselectparsertest.cpp')
-rw-r--r--document/src/tests/documentselectparsertest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/document/src/tests/documentselectparsertest.cpp b/document/src/tests/documentselectparsertest.cpp
index 56c4e66cd1c..2e4f66cebd0 100644
--- a/document/src/tests/documentselectparsertest.cpp
+++ b/document/src/tests/documentselectparsertest.cpp
@@ -67,7 +67,7 @@ class DocumentSelectParserTest : public CppUnit::TestFixture {
parseFieldValue(const std::string& expression);
template <typename ContainsType>
- select::ResultList doParse(vespalib::stringref expr,
+ select::ResultList doParse(vespalib::stringref expr,
const ContainsType& t);
std::string parse_to_tree(const std::string& str);
@@ -526,7 +526,7 @@ void DocumentSelectParserTest::testParseBranches()
template <typename ContainsType>
select::ResultList
-DocumentSelectParserTest::doParse(vespalib::stringref expr,
+DocumentSelectParserTest::doParse(vespalib::stringref expr,
const ContainsType& t)
{
std::unique_ptr<select::Node> root(_parser->parse(expr));