Skip to content

Commit

Permalink
Merge pull request #2551 from ctiller/create-pull-request/patch-a951c69
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/rq
  • Loading branch information
ctiller authored Jan 28, 2025
2 parents a951c69 + ae34b47 commit e5ac14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/resource_quota/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down Expand Up @@ -156,6 +156,7 @@ grpc_fuzz_test(
],
deps = [
"call_checker",
"memory_quota_fuzzer_cc_proto",
"//:debug_location",
"//:exec_ctx",
"//:gpr",
Expand All @@ -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"
],
)

Expand Down

0 comments on commit e5ac14c

Please sign in to comment.