mirror of
https://github.com/nlohmann/json.git
synced 2026-04-28 10:49:25 +00:00
✨ option to switch off exceptions
This commit is contained in:
@@ -1187,7 +1187,7 @@ TEST_CASE("single CBOR roundtrip")
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("CBOR regressions")
|
||||
TEST_CASE("CBOR regressions", "[!throws]")
|
||||
{
|
||||
SECTION("fuzz test results")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user