Skip to content

Commit

Permalink
removed use of __func__ in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Jul 6, 2016
1 parent f2e20c2 commit 7ac5846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/surface/byte_buffer_reader_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static void test_read_corrupted_slice(void) {
grpc_byte_buffer *buffer;
grpc_byte_buffer_reader reader;

LOG_TEST(__func__);
LOG_TEST("test_read_corrupted_slice");
slice = gpr_slice_from_copied_string("test");
buffer = grpc_raw_byte_buffer_create(&slice, 1);
buffer->data.raw.compression = GRPC_COMPRESS_GZIP; /* lies! */
Expand Down

0 comments on commit 7ac5846

Please sign in to comment.