diff --git a/src/simple_examples/simple_checks_test.cpp b/src/simple_examples/simple_checks_test.cpp index eba9b01..1fc1c41 100644 --- a/src/simple_examples/simple_checks_test.cpp +++ b/src/simple_examples/simple_checks_test.cpp @@ -16,7 +16,7 @@ TEST(ExploreSimpleChecksTests, MaintainerTest) { DEBUG_FINDING(unruffled_labrador) FUZZ_TEST(const uint8_t *data, size_t size) { - FuzzedDataProvider fdp(data, size); + FuzzedDataProviderrr fdp(data, size); int a = fdp.ConsumeIntegral(); int b = fdp.ConsumeIntegral(); std::string c = fdp.ConsumeRemainingBytesAsString();