diff --git a/tests/test_find_or_recursive.cpp b/tests/test_find_or_recursive.cpp index 41e8a05..1f2f480 100644 --- a/tests/test_find_or_recursive.cpp +++ b/tests/test_find_or_recursive.cpp @@ -391,8 +391,3 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(test_find_or_move_only, value_type, test_value_typ BOOST_TEST(ref == toml::find_or(v, "key1", "key2", std::move(opt))); } } - - - - - diff --git a/tests/test_get.cpp b/tests/test_get.cpp index 0db4abf..4a16e34 100644 --- a/tests/test_get.cpp +++ b/tests/test_get.cpp @@ -503,4 +503,3 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(test_get_toml_offset_datetime, value_type, test_va BOOST_TEST(tm.tm_sec == 0); } } - diff --git a/tests/test_result.cpp b/tests/test_result.cpp index ff43fe0..ad5084c 100644 --- a/tests/test_result.cpp +++ b/tests/test_result.cpp @@ -438,5 +438,3 @@ BOOST_AUTO_TEST_CASE(test_and_or_other) BOOST_TEST("foo" == r1_gen().and_other(r2_gen()).unwrap_err()); } } - - diff --git a/tests/test_string.cpp b/tests/test_string.cpp index 8370ddb..e3f093a 100644 --- a/tests/test_string.cpp +++ b/tests/test_string.cpp @@ -151,4 +151,3 @@ BOOST_AUTO_TEST_CASE(test_string_add_assign) } -