Skip to content

Commit ef8bb04

Browse files
committed
test: remove BasicTestingSetup from sync unit tests
1 parent 1aee834 commit ef8bb04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/sync_tests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <boost/test/unit_test.hpp>
99

1010
#include <mutex>
11+
#include <stdexcept>
1112

1213
namespace {
1314
template <typename MutexType>
@@ -76,7 +77,7 @@ void TestInconsistentLockOrderDetected(MutexType& mutex1, MutexType& mutex2) NO_
7677
}
7778
} // namespace
7879

79-
BOOST_FIXTURE_TEST_SUITE(sync_tests, BasicTestingSetup)
80+
BOOST_AUTO_TEST_SUITE(sync_tests)
8081

8182
BOOST_AUTO_TEST_CASE(potential_deadlock_detected)
8283
{

0 commit comments

Comments
 (0)