aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/memory_usage
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-10-30 12:17:56 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-10-30 12:17:56 -0700
commitfabff52be59a1114a8a5c83074b0293aefff536e (patch)
treee5962dbb476ba9db8f3d25da7e83654fbd64ff19 /test/core/memory_usage
parent53df56529bfb30214ece3ad5d90c07aa323d776b (diff)
Move fallthrough comment so it is recognized internally
Diffstat (limited to 'test/core/memory_usage')
-rw-r--r--test/core/memory_usage/server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/memory_usage/server.cc b/test/core/memory_usage/server.cc
index 3e7bb7e11f..6f8a9bc0d4 100644
--- a/test/core/memory_usage/server.cc
+++ b/test/core/memory_usage/server.cc
@@ -292,9 +292,9 @@ int main(int argc, char** argv) {
send_status(&calls[k]);
}
}
+ /* fallthrough */
// no break here since we want to continue to case
// FLING_SERVER_SEND_STATUS_SNAPSHOT to destroy the snapshot call
- /* fallthrough */
case FLING_SERVER_SEND_STATUS_SNAPSHOT:
grpc_byte_buffer_destroy(payload_buffer);
grpc_byte_buffer_destroy(terminal_buffer);