From 016ddf730f706992e55856554f3c142f1f764af0 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 9 Jan 2026 17:48:54 -0500 Subject: [PATCH] xo-objectd2 xo-printable xo-facet: pp working for List(Integer) Also streamline facet switching --- utest/random_hash_ops.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utest/random_hash_ops.hpp b/utest/random_hash_ops.hpp index 52d443f..affc56d 100644 --- a/utest/random_hash_ops.hpp +++ b/utest/random_hash_ops.hpp @@ -76,6 +76,10 @@ namespace utest { * * test function should use REQUIRE_ORCAPTURE() / REQUIRE_ORFAIL(). * It should *not* use REQUIRE() or CHECK(). + * + * @p test_name banner for initial log message (only printed on 2nd pass) + * @p test_fn function to invoke test pass. + * @p n test size/id (cosmetic - printed in log messages) **/ static inline bool bimodal_test(std::string test_name, std::function test_fn,