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

pull/36326/head
tanvi-jagtap 12 months ago
parent e5dde6888a
commit bfe99bec63
  1. 2
      test/core/event_engine/test_suite/tools/windows_event_engine_factory.cc

@ -39,7 +39,7 @@ CustomEventEngineFactory() {
absl::AnyInvocable<
std::unique_ptr<grpc_event_engine::experimental::EventEngine>(void)>
CustomEventEngineFactory() {
CHECK(false) << "This tool was not built for Windows.";
CHECK(false) << "This tool was not built for Windows.";
}
#endif

Loading…
Cancel
Save