aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2018-08-30 13:23:27 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2018-08-30 13:23:31 -0700
commit50419a04ae9c1012a4eb6e159fdb225175e99bf6 (patch)
treee0df96202d92ac18b8ad3638d8f70aef571e4e6e /test/core/client_channel
parentc163baa559014edd4c65d03698ae4b36dfe3d0a3 (diff)
fix format specifier for size_t and and a typo in test
Diffstat (limited to 'test/core/client_channel')
-rw-r--r--test/core/client_channel/parse_address_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/client_channel/parse_address_test.cc b/test/core/client_channel/parse_address_test.cc
index 798600293b..d51c6178f8 100644
--- a/test/core/client_channel/parse_address_test.cc
+++ b/test/core/client_channel/parse_address_test.cc
@@ -113,5 +113,5 @@ int main(int argc, char** argv) {
"ipv6:WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW45%"
"v6:45%x$1*");
- test_grpc_parse grpc_shutdown();
+ grpc_shutdown();
}