aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/tests/head_of_line_blocking.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/bad_client/tests/head_of_line_blocking.cc')
-rw-r--r--test/core/bad_client/tests/head_of_line_blocking.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/bad_client/tests/head_of_line_blocking.cc b/test/core/bad_client/tests/head_of_line_blocking.cc
index f56c4d71dd..8668e091b6 100644
--- a/test/core/bad_client/tests/head_of_line_blocking.cc
+++ b/test/core/bad_client/tests/head_of_line_blocking.cc
@@ -131,7 +131,8 @@ int main(int argc, char** argv) {
addbuf(hdr, sizeof(hdr));
addbuf(msg, FRAME_SIZE);
}
- grpc_run_bad_client_test(verifier, nullptr, g_buffer, g_count, 0);
+ grpc_bad_client_arg bca = {nullptr, nullptr, g_buffer, g_count};
+ grpc_run_bad_client_test(verifier, &bca, 1, 0);
gpr_free(g_buffer);
grpc_shutdown();