We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0511d27 + 9439a26 commit fe9d1a2Copy full SHA for fe9d1a2
1 file changed
test/primitives/nomap.cpp
@@ -530,6 +530,7 @@ BOOST_AUTO_TEST_CASE(nomap__record_get__excess__false)
530
test::chunk_storage body_store{ body_file };
531
const nomap<link5, record_excess::size> instance{ head_store, body_store };
532
533
+ BC_DEBUG_ONLY(record_excess record{};)
534
BC_DEBUG_ONLY(BOOST_REQUIRE(!instance.get(zero, record));)
535
BOOST_REQUIRE(!instance.get_fault());
536
}
0 commit comments