aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice/slice_string_helpers_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/slice/slice_string_helpers_test.cc')
-rw-r--r--test/core/slice/slice_string_helpers_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core/slice/slice_string_helpers_test.cc b/test/core/slice/slice_string_helpers_test.cc
index f1d470461a..260f8c80d5 100644
--- a/test/core/slice/slice_string_helpers_test.cc
+++ b/test/core/slice/slice_string_helpers_test.cc
@@ -23,7 +23,6 @@
#include <stdlib.h>
#include <string.h>
-#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
@@ -131,9 +130,7 @@ static void test_strsplit(void) {
int main(int argc, char** argv) {
grpc_test_init(argc, argv);
- grpc_init();
test_dump_slice();
test_strsplit();
- grpc_shutdown();
return 0;
}