Skip to content

Commit 6c3fcd5

Browse files
committed
test: remove BasicTestingSetup from util_threadnames unit tests
1 parent b53d3c1 commit 6c3fcd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/util_threadnames_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5-
#include <test/util/setup_common.h>
65
#include <util/string.h>
76
#include <util/threadnames.h>
87

98
#include <mutex>
109
#include <set>
10+
#include <string>
1111
#include <thread>
1212
#include <vector>
1313

@@ -17,7 +17,7 @@
1717

1818
#include <boost/test/unit_test.hpp>
1919

20-
BOOST_FIXTURE_TEST_SUITE(util_threadnames_tests, BasicTestingSetup)
20+
BOOST_AUTO_TEST_SUITE(util_threadnames_tests)
2121

2222
const std::string TEST_THREAD_NAME_BASE = "test_thread.";
2323

0 commit comments

Comments
 (0)