summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp b/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
index a8632aaa5b1..9fef860ecb6 100644
--- a/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
+++ b/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
@@ -133,7 +133,7 @@ using StartOffset = search::bitcompression::PageDict4StartOffset;
using Writer = search::diskindex::test::PageDict4MemWriter;
using SeqReader = search::diskindex::test::PageDict4MemSeqReader;
-void testWords()
+void testPageSizedCounts()
{
uint32_t pageBitSize = 32768;
uint32_t startBits = 15 * 3 + 12;
@@ -176,7 +176,7 @@ void testWords()
TEST("require that counts exactly filling dictionary page works")
{
- testWords();
+ testPageSizedCounts();
}