Skip to content
Snippets Groups Projects
Commit b005c0be authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge branch 'bm_call_create' into bm_error

parents 316e725b 3e16f4f1
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ static void test_request(grpc_end2end_test_config config) {
static grpc_error *init_call_elem(grpc_exec_ctx *exec_ctx,
grpc_call_element *elem,
grpc_call_element_args *args) {
const grpc_call_element_args *args) {
return grpc_error_set_int(GRPC_ERROR_CREATE("access denied"),
GRPC_ERROR_INT_GRPC_STATUS,
GRPC_STATUS_PERMISSION_DENIED);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment