diff options
author | Muxi Yan <mxyan@google.com> | 2016-11-08 12:13:07 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-11-08 12:13:07 -0800 |
commit | 3d451ffb2a90c92de2e9030691c844a2c2e7e76d (patch) | |
tree | 6d6ba2e3c8720a8bc784cd6632672cef7bc5995b /test | |
parent | 10a27c14273d401b730eff95df37197a63d25cc3 (diff) |
Update with new core
Diffstat (limited to 'test')
-rw-r--r-- | test/core/end2end/tests/authority_not_supported.c | 2 |
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(); |