mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 18:10:27 +01:00
Update main.cpp
This commit is contained in:
parent
fdcd2fc232
commit
caa2f3bf42
@ -2564,7 +2564,7 @@ JSONTEST_FIXTURE(FuzzTest, fuzzDoesntCrash) {
|
||||
const std::string example = "{}";
|
||||
JSONTEST_ASSERT_EQUAL(
|
||||
0,
|
||||
LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
|
||||
fuzz::LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
|
||||
example.size()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user