mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
test: remove BasicTestingSetup from sync unit tests
This commit is contained in:
parent
1aee83421f
commit
ef8bb0473b
1 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include <mutex>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace {
|
||||
template <typename MutexType>
|
||||
|
|
@ -76,7 +77,7 @@ void TestInconsistentLockOrderDetected(MutexType& mutex1, MutexType& mutex2) NO_
|
|||
}
|
||||
} // namespace
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(sync_tests, BasicTestingSetup)
|
||||
BOOST_AUTO_TEST_SUITE(sync_tests)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(potential_deadlock_detected)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue