fix path in core_banned_functions

pull/35804/head
Mark D. Roth 12 months ago
parent 3ed0916bc3
commit 30660e6b00
  1. 2
      tools/run_tests/sanity/core_banned_functions.py

@ -79,7 +79,7 @@ BANNED_EXCEPT = {
# TODO(roth): Fix these callers to use the absl random library instead.
"std::random_device": [
"src/core/load_balancing/rls/rls.cc",
"src/core/ext/filters/client_channel/resolver/google_c2p/google_c2p_resolver.cc",
"src/core/resolver/google_c2p/google_c2p_resolver.cc",
],
# use 'grpc_core::Crash' instead
"GPR_ASSERT(false": [],

Loading…
Cancel
Save