summaryrefslogtreecommitdiffstats
path: root/base/timer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/timer_unittest.cc')
-rw-r--r--base/timer_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/timer_unittest.cc b/base/timer_unittest.cc
index 9a77b02..6453672 100644
--- a/base/timer_unittest.cc
+++ b/base/timer_unittest.cc
@@ -351,5 +351,5 @@ TEST(TimerTest, MessageLoopShutdown) {
} // MessageLoop destructs by falling out of scope.
} // OneShotTimers destruct. SHOULD NOT CRASH, of course.
- EXPECT_EQ(false, did_run);
+ EXPECT_FALSE(did_run);
}