mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
🔨 cleanup
This commit is contained in:
@ -1254,7 +1254,7 @@ TEST_CASE("regression tests")
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
SECTION("issue #714 - throw std::ios_base::failure exception when failbit set to true")
|
SECTION("issue #714 - throw std::ios_base::failure exception when failbit set to true")
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -1281,5 +1281,5 @@ TEST_CASE("regression tests")
|
|||||||
CHECK_NOTHROW(nlohmann::json::from_cbor(is));
|
CHECK_NOTHROW(nlohmann::json::from_cbor(is));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user