This commit is contained in:
Nikita Mikhaylov 2024-12-16 14:49:00 +00:00
parent 3e6626b4ce
commit 8aea878eae
2 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,5 @@
#include <base/types.h>
#include <Common/tests/gtest_global_register.h>
#include <IO/ReadBufferFromMemory.h>
#include <IO/ReadHelpers.h>

View File

@ -35,8 +35,7 @@ DEFINE_BINARY_PROTO_FUZZER(const Sentence& main)
out.finalize();
std::cerr << std::endl;
}
catch (...)
{}
catch (...) {}
input.clear();
}