👌 fixed comment #1320

This commit is contained in:
Niels Lohmann 2018-10-25 22:29:27 +02:00
parent 7ce720b700
commit d97fa30795
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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);
}
}