mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-27 20:31:44 +02:00
test: remove BasicTestingSetup from reverse_lock unit tests
This commit is contained in:
parent
57ba949ef5
commit
1aee83421f
@ -7,7 +7,9 @@
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(reverselock_tests, BasicTestingSetup)
|
||||
#include <stdexcept>
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(reverselock_tests)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(reverselock_basics)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user