aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-06-05 09:42:33 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-06-05 16:44:20 -0700
commitc512b4f039f0c5cb503b9aa130c617969dd741ce (patch)
tree608f01c4efa40e4e0be820e138cc09b6100a51ed /tools/run_tests/sanity
parent72f7159546fb1e993151935f6eef1eaade2c9126 (diff)
revert -framework CoreFoundation
Make error CFStream only
Diffstat (limited to 'tools/run_tests/sanity')
-rwxr-xr-xtools/run_tests/sanity/core_banned_functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/core_banned_functions.py b/tools/run_tests/sanity/core_banned_functions.py
index ae79340975..8afd826453 100755
--- a/tools/run_tests/sanity/core_banned_functions.py
+++ b/tools/run_tests/sanity/core_banned_functions.py
@@ -31,7 +31,7 @@ BANNED_EXCEPT = {
'grpc_slice_ref(': ['src/core/lib/slice/slice.cc'],
'grpc_slice_unref(': ['src/core/lib/slice/slice.cc'],
'grpc_error_create(':
- ['src/core/lib/iomgr/error.cc', 'src/core/lib/iomgr/error_apple.cc'],
+ ['src/core/lib/iomgr/error.cc', 'src/core/lib/iomgr/error_cfstream.cc'],
'grpc_error_ref(': ['src/core/lib/iomgr/error.cc'],
'grpc_error_unref(': ['src/core/lib/iomgr/error.cc'],
'grpc_os_error(': ['src/core/lib/iomgr/error.cc'],