Update main.cpp

This commit is contained in:
Google AutoFuzz Team 2019-06-24 14:25:00 -04:00 committed by Jordan Bayles
parent fdcd2fc232
commit caa2f3bf42

View File

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