aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/simple_metadata.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-04-08 00:46:15 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-04-08 00:46:15 +0200
commitbdf80ac31f407d7886acd6a0fe2fb1ab4c43c6c9 (patch)
treefad0c4c08c6104fb85cb3539a48cd90ff706d9f8 /test/core/end2end/tests/simple_metadata.c
parent6415043781e0b73008b3db539f18354fe776241a (diff)
parentd6ac251d4be334d7e13cfedb6181c161fdf05c41 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all
Diffstat (limited to 'test/core/end2end/tests/simple_metadata.c')
-rw-r--r--test/core/end2end/tests/simple_metadata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/end2end/tests/simple_metadata.c b/test/core/end2end/tests/simple_metadata.c
index 084c0df817..707b3c9512 100644
--- a/test/core/end2end/tests/simple_metadata.c
+++ b/test/core/end2end/tests/simple_metadata.c
@@ -263,3 +263,5 @@ static void test_request_response_with_metadata_and_payload(
void simple_metadata(grpc_end2end_test_config config) {
test_request_response_with_metadata_and_payload(config);
}
+
+void simple_metadata_pre_init(void) {}