aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-03-26 23:06:45 -0700
committerGravatar Yang Gao <yangg@google.com>2015-03-26 23:06:45 -0700
commit166f9d00cec5f74ef996dd3fec7025f2b031275c (patch)
treefd2523b3fe5e9a3c79a92cdfa4829e377aff5cc6 /test
parentced2b89f55c252e6235a2c19cf17273fbe10bfef (diff)
add back mis-deleted method string
Diffstat (limited to 'test')
-rw-r--r--test/cpp/util/grpc_cli.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/grpc_cli.cc b/test/cpp/util/grpc_cli.cc
index 0e1eab1677..8e001cc0f5 100644
--- a/test/cpp/util/grpc_cli.cc
+++ b/test/cpp/util/grpc_cli.cc
@@ -160,6 +160,7 @@ int main(int argc, char** argv) {
<< std::endl;
}
grpc::string server_address(argv[2]);
+ grpc::string method(argv[3]);
if (FLAGS_input_binary_file.empty()) {
std::cout << "Missing --input_binary_file for serialized request."