Fix C test build

pull/1493/head
Craig Tiller 10 years ago
parent 054d1dec07
commit 9daab242ad
  1. 3
      test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c

@ -169,7 +169,8 @@ static void test_request_response_with_metadata_and_payload(
GPR_ASSERT(GRPC_CALL_OK == grpc_server_request_call(f.server, &s, GPR_ASSERT(GRPC_CALL_OK == grpc_server_request_call(f.server, &s,
&call_details, &call_details,
&request_metadata_recv, &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_expect_completion(v_server, tag(101), GRPC_OP_OK);
cq_verify(v_server); cq_verify(v_server);

Loading…
Cancel
Save