[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT

pull/36405/head
tanvi-jagtap 11 months ago
parent f79d17e02d
commit 6748c23a43
  1. 2
      test/cpp/microbenchmarks/fullstack_unary_ping_pong.h

@ -97,7 +97,7 @@ static void BM_UnaryPingPong(benchmark::State& state) {
CHECK(i & (1 << tagnum));
i -= 1 << tagnum;
}
CHECK_OK(recv_status);
CHECK(recv_status.ok());
senv->~ServerEnv();
senv = new (senv) ServerEnv();

Loading…
Cancel
Save