Unverified Commit e94bfd34 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Integrate review feedback

Co-authored-by: default avatarSamir Halilčević <s.halilcevic@interance.io>
parent 845916a9
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
using namespace std::literals; using namespace std::literals;
TEST("hash::fnv can build hashe values incrementally") { TEST("hash::fnv can build hash values incrementally") {
caf::hash::fnv<uint32_t> f; caf::hash::fnv<uint32_t> f;
check_eq(f.result, 0x811C9DC5u); check_eq(f.result, 0x811C9DC5u);
f.value('a'); f.value('a');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment