summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp')
-rw-r--r--searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp3
1 files changed, 1 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 ea0f769cc51..8fb0e48663c 100644
--- a/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
+++ b/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
@@ -128,8 +128,7 @@ PostingListCounts makeCounts(uint32_t wantLen)
return counts2;
}
}
- LOG(info, "Could not calculate counts with wanted compressed length");
- LOG_ABORT("should not be reached");
+ LOG_ABORT("Could not calculate counts with wanted compressed length");
}
using StartOffset = search::bitcompression::PageDict4StartOffset;