mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
👌 fixed comment #1320
This commit is contained in:
@ -51,7 +51,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
||||
}
|
||||
catch (const json::parse_error&)
|
||||
{
|
||||
// parsing a CBOR serialization must not fail
|
||||
// parsing a BSON serialization must not fail
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user