From 29e184b80fc67ef334ae664d45cfdd39702a6f30 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:52:00 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/cpp/microbenchmarks/BUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index 1319db09191..b5def4b13f8 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -334,7 +334,10 @@ grpc_cc_test( "no_mac", # to emulate "excluded_poll_engines: poll" "no_windows", ], - deps = [":fullstack_unary_ping_pong_h", "//:grpcpp_chaotic_good"], + deps = [ + ":fullstack_unary_ping_pong_h", + "//:grpcpp_chaotic_good", + ], ) grpc_cc_test(