test: Set -logthreadnames in unit tests

This commit is contained in:
MarcoFalke
2020-05-20 11:21:55 -04:00
parent fa4ea997b4
commit 99993489da
2 changed files with 2 additions and 2 deletions

View File

@@ -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;