Update from deprecated unit test header inclusion

This commit is contained in:
Alexander Grund 2020-07-12 17:53:18 +02:00
parent d9a10afc12
commit c2617ba360
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
30 changed files with 30 additions and 30 deletions

View file

@ -8,7 +8,7 @@
#define MOCK_USE_BOOST_TEST
#include <turtle/exception.hpp>
#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
BOOST_AUTO_TEST_CASE( a_mock_exception_is_not_an_std_exception_to_not_mess_with_user_exceptions )
{