Skip to content

Commit

Permalink
Merge pull request #2554 from ctiller/create-pull-request/patch-748ef34
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/frame
  • Loading branch information
ctiller authored Jan 28, 2025
2 parents 748ef34 + 3e19c33 commit 698c483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/transport/chaotic_good/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_package","grpc_cc_proto_library", "grpc_internal_proto_library")
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 @@ -105,6 +105,7 @@ grpc_fuzz_test(
],
tags = ["no_windows"],
deps = [
"frame_fuzzer_cc_proto",
"//:exec_ctx",
"//:gpr",
"//:hpack_encoder",
Expand All @@ -119,7 +120,6 @@ grpc_fuzz_test(
"//src/core:slice",
"//src/core:slice_buffer",
"//test/core/promise:test_context",
"frame_fuzzer_cc_proto",
],
)

Expand Down

0 comments on commit 698c483

Please sign in to comment.