fix core_banned_functions

pull/35791/head
Mark D. Roth 1 year ago
parent 69c1166f06
commit f18595d935
  1. 1
      tools/run_tests/sanity/core_banned_functions.py

@ -55,6 +55,7 @@ BANNED_EXCEPT = {
"grpc_call_cancel(": ["src/core/lib/surface/call.cc"],
"grpc_channel_destroy(": [
"src/core/lib/surface/channel.cc",
"src/core/lib/surface/legacy_channel.cc",
"src/core/tsi/alts/handshaker/alts_shared_resource.cc",
],
"grpc_closure_create(": [

Loading…
Cancel
Save