mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08: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 = "{}";
|
const std::string example = "{}";
|
||||||
JSONTEST_ASSERT_EQUAL(
|
JSONTEST_ASSERT_EQUAL(
|
||||||
0,
|
0,
|
||||||
LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
|
fuzz::LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
|
||||||
example.size()));
|
example.size()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user