diff options
author | ncteisen <ncteisen@gmail.com> | 2018-06-11 11:26:02 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2018-06-13 10:36:32 -0700 |
commit | feead68be9b85a731088e73abaf756d80da71b93 (patch) | |
tree | 1b481a08e9c01b6d25d373c145b483c04c2fc151 /tools/run_tests | |
parent | 3cf30bac4d20dbebf6185351ba0c10426a489de9 (diff) |
Clean out all GRPC_ARG_STRING:
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/sanity/check_channel_arg_usage.py | 1 |
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 |