We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa2f3b commit 13afd0eCopy full SHA for 13afd0e
src/test_lib_json/main.cpp
@@ -2564,7 +2564,7 @@ JSONTEST_FIXTURE(FuzzTest, fuzzDoesntCrash) {
2564
const std::string example = "{}";
2565
JSONTEST_ASSERT_EQUAL(
2566
0,
2567
- fuzz::LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
+ LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
2568
example.size()));
2569
}
2570
0 commit comments