aboutsummaryrefslogtreecommitdiff
path: root/src/test/base64_tests.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-05-26 20:01:54 +0800
committerfanquake <fanquake@gmail.com>2021-05-28 19:14:08 +0800
commitf4dcbe4498e55d2ed818b35cd15652fd427b7a7b (patch)
treee2a2ce799a52761a431bafebc0af7822e2263de2 /src/test/base64_tests.cpp
parentfd144f64265a4752fe36391c51bb6b8ccdff838f (diff)
downloadbitcoin-f4dcbe4498e55d2ed818b35cd15652fd427b7a7b.tar.xz
test: remove BasicTestingSetup from base64 unit tests
Diffstat (limited to 'src/test/base64_tests.cpp')
-rw-r--r--src/test/base64_tests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/base64_tests.cpp b/src/test/base64_tests.cpp
index 714fccffaa..9d1dfd46f1 100644
--- a/src/test/base64_tests.cpp
+++ b/src/test/base64_tests.cpp
@@ -2,7 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include <test/util/setup_common.h>
#include <util/strencodings.h>
#include <boost/test/unit_test.hpp>
@@ -10,7 +9,7 @@
using namespace std::literals;
-BOOST_FIXTURE_TEST_SUITE(base64_tests, BasicTestingSetup)
+BOOST_AUTO_TEST_SUITE(base64_tests)
BOOST_AUTO_TEST_CASE(base64_testvectors)
{