[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT

pull/36270/head
tanvi-jagtap 12 months ago
parent f8a27a9c76
commit 537a25a32d
  1. 1
      CMakeLists.txt
  2. 1
      build_autogenerated.yaml
  3. 3
      test/core/transport/chttp2/hpack_utils_test.cc

1
CMakeLists.txt generated

@ -34432,6 +34432,7 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX)
target_link_libraries(xds_fallback_end2end_test
${_gRPC_ALLTARGETS_LIBRARIES}
gtest
absl::check
grpc++_test_util
)

@ -20929,6 +20929,7 @@ targets:
- test/cpp/util/tls_test_utils.cc
deps:
- gtest
- absl/log:check
- grpc++_test_util
platforms:
- linux

@ -17,9 +17,10 @@
#include <gtest/gtest.h>
#include "absl/log/check.h"
#include <grpc/support/port_platform.h>
#include "absl/log/check.h"
#include "src/core/ext/transport/chttp2/transport/hpack_encoder_index.h"
namespace grpc_core {

Loading…
Cancel
Save