Skip to content

Commit

Permalink
Merge branch 'config' of ssh://github.com/ctiller/grpc into config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 30, 2025
2 parents 0da6d42 + 2ac433b commit 10485e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/core/call/yodel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ grpc_cc_library(
"//test/core/event_engine:event_engine_test_utils",
"//test/core/event_engine/fuzzing_event_engine",
"//test/core/test_util:fuzz_config_vars",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:fuzz_config_vars_helpers",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:proto_bit_gen",
],
)
Expand Down
2 changes: 1 addition & 1 deletion test/core/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ grpc_cc_library(
"//test/core/call:batch_builder",
"//test/core/event_engine:event_engine_test_utils",
"//test/core/event_engine/fuzzing_event_engine",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:fuzz_config_vars",
"//test/core/test_util:grpc_test_util",
] + (["//test/core/test_util:fuzz_config_vars_helpers"] if fuzz else []),
alwayslink = 1,
)
Expand Down

0 comments on commit 10485e3

Please sign in to comment.