@ -27,8 +27,7 @@ namespace fuc2 {
test_sig.function_name());
}
void CHECK(bool test, const std::string &message, const std::source_location location)
{
void CHECK(bool test, const std::string &message, const std::source_location location) {
if(!test) {
auto test_value = fmt::format("{} != true", test);
throw std::runtime_error(
@ -56,7 +56,6 @@ namespace sample1 {
BLOWS_UP(runner, "pop_front empty should crash");
fuc2::Set TESTS{
.name="std::deque basic operations",
.options={ .fail_fast=false },