Skip to content

Commit b53d3c1

Browse files
committed
test: remove BasicTestingSetup from uint256 unit tests
1 parent c0497a4 commit b53d3c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/uint256_tests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
#include <iomanip>
1414
#include <sstream>
1515
#include <string>
16+
#include <vector>
1617

17-
BOOST_FIXTURE_TEST_SUITE(uint256_tests, BasicTestingSetup)
18+
BOOST_AUTO_TEST_SUITE(uint256_tests)
1819

1920
const unsigned char R1Array[] =
2021
"\x9c\x52\x4a\xdb\xcf\x56\x11\x12\x2b\x29\x12\x5e\x5d\x35\xd2\xd2"

0 commit comments

Comments
 (0)