Skip to content

Commit

Permalink
Merge pull request #2548 from ctiller/create-pull-request/patch-c732269
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/stragglepos
  • Loading branch information
ctiller authored Jan 28, 2025
2 parents c732269 + 845db5f commit 1b7c86b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/core/util/http_client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ licenses(["notice"])
grpc_fuzz_test(
name = "fuzzer",
srcs = ["fuzzer.cc"],
external_deps = [
"gtest",
"fuzztest",
"fuzztest_main",
],
tags = ["no_windows"],
deps = [
"//:gpr",
"//:grpc",
"//test/core/test_util:grpc_test_util",
],
external_deps = [
"gtest",
"fuzztest",
"fuzztest_main"
]
)

grpc_cc_library(
Expand Down

0 comments on commit 1b7c86b

Please sign in to comment.