Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Oct 17, 2024
1 parent 3f0da73 commit 6a89402
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/core/call/yodel/grpc_yodel_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def grpc_yodel_test(name, deps):
],
deps = [
"//test/core/call/yodel:yodel_test",
"//test/core/call/yodel:fuzzer_proto",
"//test/core/call/yodel:fuzzer_cc_proto",
"//:event_engine_base_hdrs",
"//:config_vars",
"//:exec_ctx",
Expand Down
2 changes: 1 addition & 1 deletion test/core/end2end/fuzzers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ grpc_cc_library(
"absl/strings",
],
deps = [
"api_fuzzer_proto",
"api_fuzzer_cc_proto",
"//:gpr",
"//:grpc",
"//test/core/event_engine/fuzzing_event_engine",
Expand Down
8 changes: 4 additions & 4 deletions test/cpp/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ grpc_cc_test(
"//:grpc++",
"//src/proto/grpc/testing:echo_cc_grpc",
"//src/proto/grpc/testing:echo_messages_cc_proto",
"//src/proto/grpc/testing:simple_messages_proto",
"//src/proto/grpc/testing:simple_messages_cc_proto",
"//test/core/test_util:grpc_test_util",
"//test/cpp/util:test_util",
],
Expand All @@ -915,7 +915,7 @@ grpc_cc_test(
"//:grpc++",
"//src/proto/grpc/testing:echo_cc_grpc",
"//src/proto/grpc/testing:echo_messages_cc_proto",
"//src/proto/grpc/testing:simple_messages_proto",
"//src/proto/grpc/testing:simple_messages_cc_proto",
"//test/core/test_util:grpc_test_util",
"//test/cpp/util:test_util",
],
Expand All @@ -936,7 +936,7 @@ grpc_cc_test(
"//:grpc++",
"//src/proto/grpc/testing:echo_cc_grpc",
"//src/proto/grpc/testing:echo_messages_cc_proto",
"//src/proto/grpc/testing:simple_messages_proto",
"//src/proto/grpc/testing:simple_messages_cc_proto",
"//test/core/test_util:grpc_test_util",
"//test/cpp/util:test_util",
],
Expand Down Expand Up @@ -1044,7 +1044,7 @@ grpc_cc_test(
"//:grpcpp_backend_metric_recorder",
"//:grpcpp_call_metric_recorder",
"//:grpcpp_orca_service",
"//src/proto/grpc/testing/xds/v3:orca_service_proto",
"//src/proto/grpc/testing/xds/v3:orca_service_cc_grpc",
"//test/core/test_util:grpc_test_util",
"//test/cpp/util:test_util",
],
Expand Down

0 comments on commit 6a89402

Please sign in to comment.