Index: trunk/src/media/cast/test/fake_single_thread_task_runner.cc |
=================================================================== |
--- trunk/src/media/cast/test/fake_single_thread_task_runner.cc (revision 276619) |
+++ trunk/src/media/cast/test/fake_single_thread_task_runner.cc (working copy) |
@@ -26,7 +26,6 @@ |
if (fail_on_next_task_) { |
LOG(FATAL) << "Infinite task-add loop detected."; |
} |
- CHECK(delay >= base::TimeDelta()); |
EXPECT_GE(delay, base::TimeDelta()); |
PostedTask posed_task(from_here, |
task, |