Chromium Code Reviews
DescriptionAvoid EXPECT_EQ(false, _) in a chromeos unittest.
EXPECT_EQ(false, _) is known to hit a GCC error, EXPECT_FALSE(_) is safer and
direct: https://github.com/google/googletest/issues/322#issuecomment-125645145.
It is causing compilation failure on the unittest inside simplechrome for some
boards. Well, probably nobody expect me may be doing that, but I still think it
is nicer to keep it compiling, as long as it can be done in a simple change.
BUG=none
TEST=`ninja chromeos_unittests` in simplechrome environment.
Review-Url: https://codereview.chromium.org/2748013002
Cr-Commit-Position: refs/heads/master@{#456624}
Committed: https://chromium.googlesource.com/chromium/src/+/df55352a0fb066e4bbf13dea774be63fd2d39aa9
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|
|||||||||||||||||||