From fad4f417d1590aadbff15ba4557b78fb716771c7 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Wed, 27 May 2026 10:32:19 +0200 Subject: [PATCH] test: Use operator<< for time_points instead of manual TickSinceEpoch This partially reverts the changes from commit 020166080cf57e6eb869abc56d603eb1d6e5e45b to testnet4_miner_tests.cpp Also, remove some confusing IWYU pragmas. Those were inconsistently added in 8c58f63578a44c8b4ebdda4637d1b198d8a67d08, but without any rationale why adding them is the correct approach. The correct approach should be done in a proper follow-up, with a clear rationale. --- src/test/blockfilter_index_tests.cpp | 2 +- src/test/fuzz/package_eval.cpp | 2 +- src/test/testnet4_miner_tests.cpp | 4 ++-- src/test/validation_block_tests.cpp | 2 +- src/test/validation_chainstate_tests.cpp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/blockfilter_index_tests.cpp b/src/test/blockfilter_index_tests.cpp index 3fb273dfd32..e9d9a409477 100644 --- a/src/test/blockfilter_index_tests.cpp +++ b/src/test/blockfilter_index_tests.cpp @@ -19,7 +19,7 @@ #include