From f4dcbe4498e55d2ed818b35cd15652fd427b7a7b Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 26 May 2021 20:01:54 +0800 Subject: [PATCH] test: remove BasicTestingSetup from base64 unit tests --- src/test/base64_tests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/base64_tests.cpp b/src/test/base64_tests.cpp index 714fccffaac..9d1dfd46f1e 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 #include #include @@ -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) {