test name matching

pull/19358/head
Yunjia Wang 6 years ago
parent 076b6c59bb
commit 491d4a8d93
  1. 2
      test/core/iomgr/mpmcqueue_test.cc

@ -128,7 +128,7 @@ static void test_get_empty(void) {
}
static void test_FIFO(void) {
gpr_log(GPR_INFO, "test_large_queue");
gpr_log(GPR_INFO, "test_FIFO");
grpc_core::InfLenFIFOQueue large_queue;
for (int i = 0; i < THREAD_LARGE_ITERATION; ++i) {
large_queue.Put(static_cast<void*>(new WorkItem(i)));

Loading…
Cancel
Save