diff --git a/test/cpp/microbenchmarks/fullstack_unary_ping_pong.h b/test/cpp/microbenchmarks/fullstack_unary_ping_pong.h index 2e1f1c97d46..06e4d9e16a8 100644 --- a/test/cpp/microbenchmarks/fullstack_unary_ping_pong.h +++ b/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();