From 5fc96e8e41bd62d0a9d37928b7bbb1b7afd08ef6 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Fri, 3 May 2024 17:47:31 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/core/test_util/build.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/test_util/build.cc b/test/core/test_util/build.cc index 7347e4d400b..f9b0d00f7aa 100644 --- a/test/core/test_util/build.cc +++ b/test/core/test_util/build.cc @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "build.h" +#include "test/core/test_util/build.h" #if defined(__has_feature) #if __has_feature(address_sanitizer) #define GRPC_BUILD_HAS_ASAN 1