[build] Fix compile error (#34613)

pull/34614/head
Craig Tiller 2 years ago committed by GitHub
parent 14f5d4768d
commit d0a4347419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/fuzzers/api_fuzzer.cc

@ -227,7 +227,7 @@ static void my_cancel_ares_request(grpc_ares_request* request) {
namespace grpc_core { namespace grpc_core {
namespace testing { namespace testing {
class ApiFuzzer : public BasicFuzzer { class ApiFuzzer final : public BasicFuzzer {
public: public:
explicit ApiFuzzer(const fuzzing_event_engine::Actions& actions); explicit ApiFuzzer(const fuzzing_event_engine::Actions& actions);
~ApiFuzzer(); ~ApiFuzzer();

Loading…
Cancel
Save