mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-15 00:14:08 +02:00
test: Use BasicTestingSetup when TestingSetup is not necessary
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include <ranges>
|
||||
#include <vector>
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(prevector_tests, TestingSetup)
|
||||
BOOST_FIXTURE_TEST_SUITE(prevector_tests, BasicTestingSetup)
|
||||
|
||||
template <unsigned int N, typename T>
|
||||
class prevector_tester
|
||||
|
||||
Reference in New Issue
Block a user