make gcc4.4 happy

pull/8269/head
Sree Kuchibhotla 9 years ago
parent 3a96ee3444
commit cb4cd3dc5d
  1. 2
      test/cpp/thread_manager/thread_manager_test.cc

@ -91,7 +91,7 @@ grpc::ThreadManager::WorkStatus ThreadManagerTest::PollForWork(void **tag,
// Simulate "polling for work" by sleeping for sometime
SleepForMs(kPollingTimeoutMsec);
*tag = nullptr;
*tag = NULL;
*ok = true;
// Return timeout roughly 1 out of every 3 calls

Loading…
Cancel
Save