Remove erroneous comment

pull/7615/head
Robbie Shade 8 years ago
parent fff290d88b
commit 1ceb694e16
  1. 1
      test/core/iomgr/udp_server_test.c

@ -197,7 +197,6 @@ static void test_receive(int number_of_clients) {
grpc_udp_server_destroy(&exec_ctx, s, NULL);
grpc_exec_ctx_finish(&exec_ctx);
/* The server had a single FD, which should have been orphaned. */
/* The server had a single FD, which is orphaned once in *
* deactivated_all_ports, and once in grpc_udp_server_destroy. */
GPR_ASSERT(g_number_of_orphan_calls == 2);

Loading…
Cancel
Save