test: remove BasicTestingSetup from reverse_lock unit tests

This commit is contained in:
fanquake 2021-05-26 20:37:50 +08:00
parent 57ba949ef5
commit 1aee83421f
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -7,7 +7,9 @@
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(reverselock_tests, BasicTestingSetup)
#include <stdexcept>
BOOST_AUTO_TEST_SUITE(reverselock_tests)
BOOST_AUTO_TEST_CASE(reverselock_basics)
{