diff options
author | David Garcia Quintas <dgq@google.com> | 2016-07-06 15:42:03 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-07-06 15:42:03 -0700 |
commit | 7ac58464dfa07730c48a63d42290513316496e2b (patch) | |
tree | 1b6efc24210872518a4fcebe0a5d1782ceacbba2 /test/core/surface | |
parent | f2e20c2d8cce4c5b36d2409b19213100b5a81bfb (diff) |
removed use of __func__ in test
Diffstat (limited to 'test/core/surface')
-rw-r--r-- | test/core/surface/byte_buffer_reader_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/byte_buffer_reader_test.c b/test/core/surface/byte_buffer_reader_test.c index 4231d89947..1ab1a06211 100644 --- a/test/core/surface/byte_buffer_reader_test.c +++ b/test/core/surface/byte_buffer_reader_test.c @@ -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! */ |