aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-05-26 20:15:06 +0800
committerfanquake <fanquake@gmail.com>2021-05-28 19:14:08 +0800
commit39cec22935302418963cc2e7db4ad2fa9656849d (patch)
treebd9034eca64cfc82aa6ef91a620c9501e00e8564 /src
parent6d3b78c0e2f427d3a7431885cc175464a527a12a (diff)
downloadbitcoin-39cec22935302418963cc2e7db4ad2fa9656849d.tar.xz
test: remove BasicTestingSetup from compilerbug unit tests
Diffstat (limited to 'src')
-rw-r--r--src/test/compilerbug_tests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/compilerbug_tests.cpp b/src/test/compilerbug_tests.cpp
index b68bc279e1..a9cec624ae 100644
--- a/src/test/compilerbug_tests.cpp
+++ b/src/test/compilerbug_tests.cpp
@@ -3,9 +3,8 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <boost/test/unit_test.hpp>
-#include <test/util/setup_common.h>
-BOOST_FIXTURE_TEST_SUITE(compilerbug_tests, BasicTestingSetup)
+BOOST_AUTO_TEST_SUITE(compilerbug_tests)
#if defined(__GNUC__)
// This block will also be built under clang, which is fine (as it supports noinline)