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 fdcd2fc commit caa2f3bCopy full SHA for caa2f3b
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
- LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
+ fuzz::LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
2568
example.size()));
2569
}
2570
0 commit comments