From e5945024c877f01f97f61b7c5cdeccf6495df6b4 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Fri, 24 Jan 2025 07:39:14 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/core/transport/chttp2/flow_control_fuzzer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/transport/chttp2/flow_control_fuzzer.cc b/test/core/transport/chttp2/flow_control_fuzzer.cc index ec9f18c8e69dd..ac068e661f118 100644 --- a/test/core/transport/chttp2/flow_control_fuzzer.cc +++ b/test/core/transport/chttp2/flow_control_fuzzer.cc @@ -32,6 +32,7 @@ #include "absl/log/check.h" #include "absl/status/status.h" #include "absl/strings/str_join.h" +#include "fuzztest/fuzztest.h" #include "src/core/ext/transport/chttp2/transport/flow_control.h" #include "src/core/lib/experiments/config.h" #include "src/core/lib/iomgr/exec_ctx.h" @@ -41,7 +42,6 @@ #include "src/core/util/useful.h" #include "test/core/test_util/fuzz_config_vars.h" #include "test/core/transport/chttp2/flow_control_fuzzer.pb.h" -#include "fuzztest/fuzztest.h" // IWYU pragma: no_include