Skip to content

Commit

Permalink
Merge pull request #2529 from ctiller/create-pull-request/patch-f53824c
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/e2e
  • Loading branch information
ctiller authored Jan 25, 2025
2 parents f53824c + 6eebbe8 commit 89ba604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/core/end2end/fuzzers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ grpc_fuzz_test(
"absl/log:check",
"fuzztest",
"fuzztest_main",
"gtest"
"gtest",
],
deps = [
"fuzzer_input_cc_proto",
Expand Down
2 changes: 1 addition & 1 deletion test/core/end2end/fuzzers/client_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "absl/log/check.h"
#include "absl/status/statusor.h"
#include "fuzztest/fuzztest.h"
#include "src/core/config/core_configuration.h"
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/channel/channel_args.h"
Expand All @@ -42,7 +43,6 @@
#include "test/core/test_util/fuzz_config_vars.h"
#include "test/core/test_util/mock_endpoint.h"
#include "test/core/test_util/test_config.h"
#include "fuzztest/fuzztest.h"

bool squelch = true;
bool leak_check = true;
Expand Down

0 comments on commit 89ba604

Please sign in to comment.