aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-11-08 12:13:07 -0800
committerGravatar Muxi Yan <mxyan@google.com>2016-11-08 12:13:07 -0800
commit3d451ffb2a90c92de2e9030691c844a2c2e7e76d (patch)
tree6d6ba2e3c8720a8bc784cd6632672cef7bc5995b
parent10a27c14273d401b730eff95df37197a63d25cc3 (diff)
Update with new core
-rw-r--r--test/core/end2end/tests/authority_not_supported.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/authority_not_supported.c b/test/core/end2end/tests/authority_not_supported.c
index 632eaf823d..0b49dc8584 100644
--- a/test/core/end2end/tests/authority_not_supported.c
+++ b/test/core/end2end/tests/authority_not_supported.c
@@ -98,7 +98,7 @@ static void end_test(grpc_end2end_test_fixture *f) {
/* Request/response with metadata and payload.*/
static void test_with_authority_header(grpc_end2end_test_config config) {
grpc_call *c;
- gpr_slice request_payload_slice = gpr_slice_from_copied_string("hello world");
+ grpc_slice request_payload_slice = grpc_slice_from_copied_string("hello world");
grpc_byte_buffer *request_payload =
grpc_raw_byte_buffer_create(&request_payload_slice, 1);
gpr_timespec deadline = five_seconds_time();