Imported Upstream version 1.33.1
[platform/upstream/grpc.git] / test / cpp / performance / writes_per_rpc_test.cc
index d3273ee..e262078 100644 (file)
@@ -129,7 +129,7 @@ class InProcessCHTTP2 : public EndpointPairFixture {
   InProcessCHTTP2(Service* service, grpc_passthru_endpoint_stats* stats)
       : EndpointPairFixture(service, MakeEndpoints(stats)), stats_(stats) {}
 
-  ~InProcessCHTTP2() override {
+  virtual ~InProcessCHTTP2() {
     if (stats_ != nullptr) {
       grpc_passthru_endpoint_stats_destroy(stats_);
     }