aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-08-01 14:56:26 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-08-01 14:56:26 -0700
commit54fe31a779f82da4c2731c2d91d6c5831b1fe985 (patch)
tree6d7b96741d157cdd9aa029447a172c1351f5171a /test
parent62105352beec527b28313ad055264731461b5b61 (diff)
clang-format
Diffstat (limited to 'test')
-rw-r--r--test/core/channel/channel_stack_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/channel/channel_stack_test.c b/test/core/channel/channel_stack_test.c
index 78ec16c5fe..806fd0a6cc 100644
--- a/test/core/channel/channel_stack_test.c
+++ b/test/core/channel/channel_stack_test.c
@@ -63,7 +63,8 @@ static void channel_destroy_func(grpc_exec_ctx *exec_ctx,
grpc_channel_element *elem) {}
static void call_destroy_func(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
- const grpc_call_final_info *final_info, void *ignored) {
+ const grpc_call_final_info *final_info,
+ void *ignored) {
++*(int *)(elem->channel_data);
}