mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
test: remove BasicTestingSetup from reverse_lock unit tests
This commit is contained in:
parent
57ba949ef5
commit
1aee83421f
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue