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 adc984a commit a4dedbdCopy full SHA for a4dedbd
cmd/test/fuzzer_diagnostics.cpp
@@ -56,7 +56,7 @@ void print_stack_trace() {
56
}
57
58
using namespace silkworm::rpc::json_rpc;
59
-using namespace silkworm::rpc::test;
+using namespace silkworm::rpc::test_util;
60
61
int main(int argc, char* argv[]) {
62
CLI::App app{"Debug or rerun a single fuzzer test"};
cmd/test/fuzzer_test.cpp
@@ -23,7 +23,7 @@
23
#include "address_sanitizer_fix.hpp"
24
25
26
27
28
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) {
29
const auto request = std::string(reinterpret_cast<const char*>(Data), Size);
0 commit comments