mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
test: remove BasicTestingSetup from bech32 unit tests
This commit is contained in:
parent
f4dcbe4498
commit
a13dc24831
1 changed files with 3 additions and 2 deletions
|
@ -3,12 +3,13 @@
|
|||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <bech32.h>
|
||||
#include <test/util/setup_common.h>
|
||||
#include <test/util/str.h>
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(bech32_tests, BasicTestingSetup)
|
||||
#include <string>
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(bech32_tests)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(bech32_testvectors_valid)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue