summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-08-11 10:43:25 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-08-11 10:43:25 +0000
commit37279aaef843d0ca89a06dcfefd87d12806eac42 (patch)
treedd20dbe579c6ddb10a8130ae7aaea8a4639e1ab5
parent3fc310872cf362fb6b96c138fb97ec31666eeb28 (diff)
Unify on using hex for hash values.
-rw-r--r--searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp b/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp
index 323a3347b4e..4fb1b534344 100644
--- a/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp
+++ b/searchlib/src/tests/predicate/predicate_tree_annotator_test.cpp
@@ -239,7 +239,7 @@ TEST("require short edge_partitions to get correct intervals and features") {
EXPECT_EQUAL(0xdbc38b103b5d50a9ul, result.features[0]);
EXPECT_EQUAL(0xbe6d86e3e2270b0aul, result.features[1]);
EXPECT_EQUAL(0xb2b301e26efffdc2ul, result.features[2]);
- EXPECT_EQUAL(3580296296714527193ul, result.features[3]);
+ EXPECT_EQUAL(0x31afc4833c50e1d9ul, result.features[3]);
checkBounds(result, "key=0", {{0x00010001, 0xffffffff}});
checkBounds(result, "key=30", {{0x00010001, 3}});
checkBounds(result, "foo=0", {{0x00020002, 0xffffffff}});