Skip to content

Commit

Permalink
Merge pull request #2549 from ctiller/create-pull-request/patch-fb3d5ef
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/hpack
  • Loading branch information
ctiller authored Jan 28, 2025
2 parents fb3d5ef + 8385e3e commit 4ebc11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/transport/chttp2/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ grpc_fuzz_test(
"fuzztest_main",
],
deps = [
"hpack_parser_fuzzer_cc_proto",
"//:grpc",
"//test/core/test_util:fuzz_config_vars",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:proto_bit_gen",
"hpack_parser_fuzzer_cc_proto",
],
)

Expand All @@ -70,11 +70,11 @@ grpc_fuzz_test(
"fuzztest_main",
],
deps = [
"hpack_sync_fuzzer_cc_proto",
"//:grpc",
"//test/core/test_util:fuzz_config_vars",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:proto_bit_gen",
"hpack_sync_fuzzer_cc_proto",
],
)

Expand Down

0 comments on commit 4ebc11c

Please sign in to comment.