aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_full+poll.c
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-12-22 15:01:19 -0800
committerGravatar Michael Lumish <mlumish@google.com>2015-12-22 15:01:19 -0800
commit7593cff337629ca179302ddf6ce2cbedbbbcab73 (patch)
tree7aa533991ba81e3bad80b5310ac435a4d9e8bebf /test/core/end2end/fixtures/h2_full+poll.c
parentd491897c4050bce09025d8ad0011d38c14ab0dad (diff)
parent67f23d783265fa6c6cc85da3fb61d42f01cadbaa (diff)
Merge pull request #4502 from ctiller/yawn
BoringSSL integration
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();