Skip to content

Commit

Permalink
Merge branch 'sad' of ssh://github.com/ctiller/grpc into sad
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 23, 2025
2 parents 0fc77c3 + db132aa commit d271891
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/core/address_utils/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ grpc_cc_test(
grpc_fuzz_test(
name = "sockaddr_utils_fuzzer_test",
srcs = ["sockaddr_utils_fuzzer_test.cc"],
external_deps = ["absl/log:check", "fuzztest", "fuzztest_main"],
external_deps = [
"absl/log:check",
"fuzztest",
"fuzztest_main",
],
tags = ["no_windows"],
deps = [
"//:grpc",
Expand Down

0 comments on commit d271891

Please sign in to comment.