Skip to content

Commit 13afd0e

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Update main.cpp
1 parent caa2f3b commit 13afd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_lib_json/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ JSONTEST_FIXTURE(FuzzTest, fuzzDoesntCrash) {
25642564
const std::string example = "{}";
25652565
JSONTEST_ASSERT_EQUAL(
25662566
0,
2567-
fuzz::LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
2567+
LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(example.c_str()),
25682568
example.size()));
25692569
}
25702570

0 commit comments

Comments
 (0)