aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel/channel_stack_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-14 09:26:27 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-14 09:26:27 -0700
commitfb9d11204388b524b942950b47fef24116eab243 (patch)
tree9c53677a4c3157dbad28806d0550303940b4f217 /test/core/channel/channel_stack_test.c
parenta6bec8fc3159b54fc447a029b6260b3d6c478e6b (diff)
Review comments
Diffstat (limited to 'test/core/channel/channel_stack_test.c')
-rw-r--r--test/core/channel/channel_stack_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/channel/channel_stack_test.c b/test/core/channel/channel_stack_test.c
index 0c424c1ec4..af551c4928 100644
--- a/test/core/channel/channel_stack_test.c
+++ b/test/core/channel/channel_stack_test.c
@@ -139,7 +139,7 @@ static void test_create_channel_stack(void) {
GPR_ASSERT(*channel_data == 0);
call_stack = gpr_malloc(channel_stack->call_stack_size);
- grpc_call_element_args args = {
+ const grpc_call_element_args args = {
.call_stack = call_stack,
.server_transport_data = NULL,
.context = NULL,