aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/tests/window_overflow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/bad_client/tests/window_overflow.cc')
-rw-r--r--test/core/bad_client/tests/window_overflow.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/bad_client/tests/window_overflow.cc b/test/core/bad_client/tests/window_overflow.cc
index ed8279c951..3c3b733f3f 100644
--- a/test/core/bad_client/tests/window_overflow.cc
+++ b/test/core/bad_client/tests/window_overflow.cc
@@ -92,8 +92,8 @@ int main(int argc, char** argv) {
addbuf(message, sizeof(message));
}
}
- grpc_run_bad_client_test(verifier, nullptr, g_buffer, g_count,
- GRPC_BAD_CLIENT_LARGE_REQUEST);
+ grpc_bad_client_arg bca = {nullptr, g_buffer, g_count};
+ grpc_run_bad_client_test(verifier, &bca, 1, GRPC_BAD_CLIENT_LARGE_REQUEST);
gpr_free(g_buffer);
grpc_shutdown();