From 603173e2b9ff4a946b3263640c4ad28eddc699c1 Mon Sep 17 00:00:00 2001 From: yousukseung <85715732+yousukseung@users.noreply.github.com> Date: Mon, 8 Dec 2025 05:02:09 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/cpp/sleuth/BUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cpp/sleuth/BUILD b/test/cpp/sleuth/BUILD index a9f86c61d03cf..d3ad256eef833 100644 --- a/test/cpp/sleuth/BUILD +++ b/test/cpp/sleuth/BUILD @@ -162,13 +162,13 @@ grpc_cc_library( grpc_cc_binary( name = "sleuth.so", linkshared = True, - deps = [ - ":sleuth_lib", - ], target_compatible_with = select({ "@platforms//os:windows": ["@platforms//:incompatible"], "//conditions:default": [], }), + deps = [ + ":sleuth_lib", + ], ) grpc_cc_binary(