aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/simple_request.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-04 10:38:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-04 10:38:49 -0700
commit9e9edbc0d5811f4ddc1e2d98f52add766197b7ef (patch)
tree1eb18ca1448adbd196122ccd8ff823844b49b2f3 /test/core/end2end/tests/simple_request.c
parent1b7c0a2c5cf27d7a77d9c3476fe6406a98ca3d76 (diff)
Introduce machinery to allow tests to register plugins
Diffstat (limited to 'test/core/end2end/tests/simple_request.c')
-rw-r--r--test/core/end2end/tests/simple_request.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/end2end/tests/simple_request.c b/test/core/end2end/tests/simple_request.c
index 68db58d225..42108425e6 100644
--- a/test/core/end2end/tests/simple_request.c
+++ b/test/core/end2end/tests/simple_request.c
@@ -246,3 +246,5 @@ void simple_request(grpc_end2end_test_config config) {
}
test_invoke_10_simple_requests(config);
}
+
+void simple_request_pre_init(void) {}