mirror of
https://github.com/nlohmann/json.git
synced 2026-03-06 09:16: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