summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-06-24 09:16:57 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-06-24 09:16:57 +0000
commit9c4e6c07696fc7ea5322105ed23427ba5c5b91b9 (patch)
tree83b4670cc880b2bbbb12df24ba1d505ab691ae37 /searchlib/src/tests/features/prod_features.h
parent1cee672df5ac410fbf54975e518f799367997785 (diff)
countMatches -> matchCount
Diffstat (limited to 'searchlib/src/tests/features/prod_features.h')
-rw-r--r--searchlib/src/tests/features/prod_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/features/prod_features.h b/searchlib/src/tests/features/prod_features.h
index ac49897eceb..00c1fa46ec8 100644
--- a/searchlib/src/tests/features/prod_features.h
+++ b/searchlib/src/tests/features/prod_features.h
@@ -16,7 +16,7 @@ public:
void testAttribute();
void testAttributeMatch();
void testCloseness();
- void testCountMatches();
+ void testMatchCount();
void testDistance();
void testDistanceToPath();
void testDotProduct();