Fix broken compilation

pull/1493/head
Craig Tiller 10 years ago
parent 0b0e979125
commit b122e2ec9f
  1. 3
      test/core/end2end/tests/request_response_with_payload_and_call_creds.c

@ -217,7 +217,8 @@ static void request_response_with_payload_and_call_creds(
GPR_ASSERT(GRPC_CALL_OK == grpc_server_request_call(f.server, &s,
&call_details,
&request_metadata_recv,
f.server_cq, tag(101)));
f.server_cq, f.server_cq,
tag(101)));
cq_expect_completion(v_server, tag(101), GRPC_OP_OK);
cq_verify(v_server);

Loading…
Cancel
Save