Skip to content

Commit

Permalink
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS…
Browse files Browse the repository at this point in the history
…SERT
  • Loading branch information
tanvi-jagtap committed Apr 27, 2024
1 parent 462ebcd commit 978d041
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/core/load_balancing/lb_policy_test_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ class LoadBalancingPolicyTest : public ::testing::Test {
}

LoadBalancingPolicy* lb_policy() const {
CHECK_NE(lb_policy_, nullptr);
CHECK(lb_policy_ != nullptr);
return lb_policy_.get();
}

Expand Down

0 comments on commit 978d041

Please sign in to comment.