👌 fixed comment #1320
This commit is contained in:
parent
7ce720b700
commit
d97fa30795
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
||||||
}
|
}
|
||||||
catch (const json::parse_error&)
|
catch (const json::parse_error&)
|
||||||
{
|
{
|
||||||
// parsing a CBOR serialization must not fail
|
// parsing a BSON serialization must not fail
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue