Skip to content

Commit 1aee834

Browse files
committed
test: remove BasicTestingSetup from reverse_lock unit tests
1 parent 57ba949 commit 1aee834

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/reverselock_tests.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
#include <boost/test/unit_test.hpp>
99

10-
BOOST_FIXTURE_TEST_SUITE(reverselock_tests, BasicTestingSetup)
10+
#include <stdexcept>
11+
12+
BOOST_AUTO_TEST_SUITE(reverselock_tests)
1113

1214
BOOST_AUTO_TEST_CASE(reverselock_basics)
1315
{

0 commit comments

Comments
 (0)