aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-06-11 11:26:02 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-06-13 10:36:32 -0700
commitfeead68be9b85a731088e73abaf756d80da71b93 (patch)
tree1b481a08e9c01b6d25d373c145b483c04c2fc151 /tools
parent3cf30bac4d20dbebf6185351ba0c10426a489de9 (diff)
Clean out all GRPC_ARG_STRING:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/sanity/check_channel_arg_usage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/sanity/check_channel_arg_usage.py b/tools/run_tests/sanity/check_channel_arg_usage.py
index d01b29b4cb..8efcd30e9f 100755
--- a/tools/run_tests/sanity/check_channel_arg_usage.py
+++ b/tools/run_tests/sanity/check_channel_arg_usage.py
@@ -29,6 +29,7 @@ _EXCEPTIONS = set([
_BANNED = set([
"GRPC_ARG_POINTER",
+ "GRPC_ARG_STRING",
])
errors = 0