0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

test: remove BasicTestingSetup from compilerbug unit tests

This commit is contained in:
fanquake 2021-05-26 20:15:06 +08:00
parent 6d3b78c0e2
commit 39cec22935
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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)