aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_full+poll.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-12-24 19:36:38 +0100
committerGravatar David Garcia Quintas <dgq@google.com>2015-12-24 19:36:38 +0100
commit8974a6681c430357632f5da4cc98f88ac46fe9e9 (patch)
tree4eac6f15496bf7609df6cc26b6703a051c3097aa /test/core/end2end/fixtures/h2_full+poll.c
parent7052ac25e60e137514d9a201a86eeb9b29b03d24 (diff)
parent7593cff337629ca179302ddf6ce2cbedbbbcab73 (diff)
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
Diffstat (limited to 'test/core/end2end/fixtures/h2_full+poll.c')
-rw-r--r--test/core/end2end/fixtures/h2_full+poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_full+poll.c b/test/core/end2end/fixtures/h2_full+poll.c
index 48feefc931..3f5e6096f6 100644
--- a/test/core/end2end/fixtures/h2_full+poll.c
+++ b/test/core/end2end/fixtures/h2_full+poll.c
@@ -109,7 +109,7 @@ int main(int argc, char **argv) {
grpc_init();
for (i = 0; i < sizeof(configs) / sizeof(*configs); i++) {
- grpc_end2end_tests(configs[i]);
+ grpc_end2end_tests(argc, argv, configs[i]);
}
grpc_shutdown();