From 81f5ade2a324167c03c5ce765a26bd42ed652723 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sun, 22 Jan 2023 09:57:19 -0800 Subject: Move random test util code from setup_common to random as many of the unit tests don't use this code --- src/test/cuckoocache_tests.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/cuckoocache_tests.cpp') diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp index c7c34cc8c9..eafbcf5681 100644 --- a/src/test/cuckoocache_tests.cpp +++ b/src/test/cuckoocache_tests.cpp @@ -1,9 +1,11 @@ // Copyright (c) 2012-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. + #include #include #include