aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-17 07:30:13 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-11-17 07:30:13 -0800
commit45bc38d11544852fcc981ac6039a89a4197fe329 (patch)
tree7488cbe4177046e82133947b6dfc3a273c7b4df3 /test/core
parent863113a0d98b6ed151113d4537ece635569a73e0 (diff)
Fix build.
Diffstat (limited to 'test/core')
-rw-r--r--test/core/client_channel/lb_policies_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/client_channel/lb_policies_test.c b/test/core/client_channel/lb_policies_test.c
index 5255174852..95595d7c51 100644
--- a/test/core/client_channel/lb_policies_test.c
+++ b/test/core/client_channel/lb_policies_test.c
@@ -613,7 +613,7 @@ static void test_pending_calls(size_t concurrent_calls) {
static void test_get_channel_info() {
grpc_channel *channel =
- grpc_insecure_channel_create("ipv4:127.0.0.1:1234", &args, NULL);
+ grpc_insecure_channel_create("ipv4:127.0.0.1:1234", NULL, NULL);
// Ensures that resolver returns.
grpc_channel_check_connectivity_state(channel, true /* try_to_connect */);
// First, request no fields. This is a no-op.