using shared_ptr

This commit is contained in:
Martin Brodbeck 2018-07-12 08:26:03 +02:00
parent 92fa2ef42a
commit 2131f12237
4 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,6 @@
BOOST_AUTO_TEST_CASE(create_database)
{
Database db(":memory:");
BOOST_CHECK_NO_THROW(db.init());
}