diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-04 12:55:51 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-04 12:55:51 -0800 |
commit | a6347ea3e279518b0b1c277f56b44e2063ef4651 (patch) | |
tree | ccafa66c2dede15c39231c3893ab6300168a1b6f /test | |
parent | dcde31fad75d4daf7f103fcff5992843a8d7dce8 (diff) |
Remove invalid checks
Diffstat (limited to 'test')
-rw-r--r-- | test/core/end2end/tests/simple_request.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core/end2end/tests/simple_request.c b/test/core/end2end/tests/simple_request.c index e367ed3d9f..1d070795c1 100644 --- a/test/core/end2end/tests/simple_request.c +++ b/test/core/end2end/tests/simple_request.c @@ -179,9 +179,6 @@ static void simple_request_body(grpc_end2end_test_fixture f) { GPR_ASSERT(0 == strcmp(call_details.method, "/foo")); GPR_ASSERT(0 == strcmp(call_details.host, "test.google.com")); GPR_ASSERT(was_cancelled == 1); - GPR_ASSERT(initial_metadata_recv.count == 0); - GPR_ASSERT(trailing_metadata_recv.count == 0); - GPR_ASSERT(request_metadata_recv.count == 0); grpc_call_destroy(c); grpc_call_destroy(s); |