diff options
author | Yuchen Zeng <y-zeng@users.noreply.github.com> | 2016-10-05 13:39:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 13:39:02 -0700 |
commit | a2e50c5b85b4c0d4d7a5f9624eb40856198ef508 (patch) | |
tree | de2775003729a50fe795b18fb8920e1211400528 /tools | |
parent | 998dbc0492a1c95cc895a3a8f723faaf815942e4 (diff) | |
parent | d7c8c2bf947d620f257a00e1ce5c37aab3d50951 (diff) |
Merge pull request #8190 from y-zeng/proto_db
Improve ProtoReflectionDescriptorDatabase
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index ae5a9382c0..c05d194e19 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -5010,8 +5010,7 @@ { "deps": [ "grpc++", - "grpc++_reflection", - "grpc++_test_config" + "grpc++_reflection" ], "headers": [ "test/cpp/util/cli_call.h", |