aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_threadnames_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-20 11:21:55 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-05-21 08:13:23 -0400
commit99993489da9bc003b823bcab10e5f5297b369431 (patch)
tree45507c9df19cf6b1c7a7123a2d0c49d38b9d58b8 /src/test/util_threadnames_tests.cpp
parentfa4ea997b4da1ae0afafba223fff9efbeefaf555 (diff)
downloadbitcoin-99993489da9bc003b823bcab10e5f5297b369431.tar.xz
test: Set -logthreadnames in unit tests
Diffstat (limited to 'src/test/util_threadnames_tests.cpp')
-rw-r--r--src/test/util_threadnames_tests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/util_threadnames_tests.cpp b/src/test/util_threadnames_tests.cpp
index 4dcc080b2d..f3f9fb2bff 100644
--- a/src/test/util_threadnames_tests.cpp
+++ b/src/test/util_threadnames_tests.cpp
@@ -53,8 +53,6 @@ std::set<std::string> RenameEnMasse(int num_threads)
*/
BOOST_AUTO_TEST_CASE(util_threadnames_test_rename_threaded)
{
- BOOST_CHECK_EQUAL(util::ThreadGetInternalName(), "");
-
#if !defined(HAVE_THREAD_LOCAL)
// This test doesn't apply to platforms where we don't have thread_local.
return;