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, 0 insertions, 3 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..bbc5611991 100644
--- a/test/core/bad_client/tests/head_of_line_blocking.cc
+++ b/test/core/bad_client/tests/head_of_line_blocking.cc
@@ -20,7 +20,6 @@
#include <string.h>
-#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include "src/core/lib/surface/server.h"
@@ -110,7 +109,6 @@ static void addbuf(const void* data, size_t len) {
int main(int argc, char** argv) {
int i;
grpc_test_init(argc, argv);
- grpc_init();
#define NUM_FRAMES 10
#define FRAME_SIZE 1000
@@ -133,7 +131,6 @@ int main(int argc, char** argv) {
}
grpc_run_bad_client_test(verifier, nullptr, g_buffer, g_count, 0);
gpr_free(g_buffer);
- grpc_shutdown();
return 0;
}