mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 04:42:37 +00:00
Better
This commit is contained in:
parent
3e6626b4ce
commit
8aea878eae
@ -1,7 +1,5 @@
|
||||
#include <base/types.h>
|
||||
|
||||
#include <Common/tests/gtest_global_register.h>
|
||||
|
||||
#include <IO/ReadBufferFromMemory.h>
|
||||
#include <IO/ReadHelpers.h>
|
||||
|
||||
|
@ -35,8 +35,7 @@ DEFINE_BINARY_PROTO_FUZZER(const Sentence& main)
|
||||
out.finalize();
|
||||
std::cerr << std::endl;
|
||||
}
|
||||
catch (...)
|
||||
{}
|
||||
catch (...) {}
|
||||
|
||||
input.clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user