diff options
author | Yuchen Zeng <zyc@google.com> | 2016-07-25 17:30:45 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-07-25 17:30:45 -0700 |
commit | e7068c836ee7077c9e61d8e6a354420477b610c5 (patch) | |
tree | fd2062b51a2e594fa8e054f58172727e4ebfb9e7 /tools | |
parent | 36a6fe60529d83af504f3015a82acfaee516bbc9 (diff) |
Remove references to string_ref_helper
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 21a2da9051..4b5557dc68 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -4501,8 +4501,7 @@ "test/cpp/util/cli_call.h", "test/cpp/util/grpc_tool.h", "test/cpp/util/proto_file_parser.h", - "test/cpp/util/proto_reflection_descriptor_database.h", - "test/cpp/util/string_ref_helper.h" + "test/cpp/util/proto_reflection_descriptor_database.h" ], "language": "c++", "name": "grpc_cli_libs", @@ -4514,9 +4513,7 @@ "test/cpp/util/proto_file_parser.cc", "test/cpp/util/proto_file_parser.h", "test/cpp/util/proto_reflection_descriptor_database.cc", - "test/cpp/util/proto_reflection_descriptor_database.h", - "test/cpp/util/string_ref_helper.cc", - "test/cpp/util/string_ref_helper.h" + "test/cpp/util/proto_reflection_descriptor_database.h" ], "third_party": false, "type": "lib" |