From ae34b477b1b44bdc4a3e037292bb4c72b1321a07 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Tue, 28 Jan 2025 04:42:49 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/core/resource_quota/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/core/resource_quota/BUILD b/test/core/resource_quota/BUILD index 26bbf8f48e168..912ab2cbccf5c 100644 --- a/test/core/resource_quota/BUILD +++ b/test/core/resource_quota/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_cc_proto_library", "grpc_internal_proto_library", "grpc_package") +load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_proto_library", "grpc_cc_test", "grpc_internal_proto_library", "grpc_package") load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzz_test") licenses(["notice"]) @@ -156,6 +156,7 @@ grpc_fuzz_test( ], deps = [ "call_checker", + "memory_quota_fuzzer_cc_proto", "//:debug_location", "//:exec_ctx", "//:gpr", @@ -168,7 +169,6 @@ grpc_fuzz_test( "//src/core:useful", "//test/core/test_util:fuzz_config_vars", "//test/core/test_util:grpc_test_util", - "memory_quota_fuzzer_cc_proto" ], )