aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-02-18 15:13:54 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-02-18 15:13:54 -0800
commit2173eea18b432c036a50f6b50cb4682f87740a2d (patch)
treec7160906eeee7fedb233017f610b373401b86996 /test/core
parenta8bb0bfc3eb9eef0dc5747cdfe74f21bb3fd087b (diff)
parent1fd052f43c6d12fa451309264dc7fec2e4faccd7 (diff)
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
Diffstat (limited to 'test/core')
-rw-r--r--test/core/end2end/fixtures/h2_uchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_uchannel.c b/test/core/end2end/fixtures/h2_uchannel.c
index 5ab64f9800..dbdd3524ed 100644
--- a/test/core/end2end/fixtures/h2_uchannel.c
+++ b/test/core/end2end/fixtures/h2_uchannel.c
@@ -159,7 +159,7 @@ static grpc_subchannel *subchannel_factory_create_subchannel(
c->base.vtable = &connector_vtable;
gpr_ref_init(&c->refs, 1);
args->args = final_args;
- s = grpc_subchannel_create(&c->base, args);
+ s = grpc_subchannel_create(exec_ctx, &c->base, args);
grpc_connector_unref(exec_ctx, &c->base);
grpc_channel_args_destroy(final_args);
if (*f->sniffed_subchannel) {