We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae44419 commit 9be7562Copy full SHA for 9be7562
1 file changed
util/timer_test.cc
@@ -410,10 +410,6 @@ TEST_F(TimerTest, ConcurrentStartShutdown) {
410
for (size_t iter = 0; iter < kNumberOfIterations; ++iter) {
411
timer.Start();
412
std::this_thread::sleep_for(std::chrono::microseconds(10));
413
- timer.HasPendingTask();
414
- std::this_thread::sleep_for(std::chrono::microseconds(10));
415
- timer.CancelAll();
416
417
timer.Shutdown();
418
}
419
};
0 commit comments