DescriptionA build fix for gcc 4.5+.
GCC 4.5+ somehow causes compilation errors while compiling EXPECT_EQ(false,...) and EXPECT_EQ(true,...).
This change just replaces EXPECT_EQ(false,...) with EXPECT_FALSE(...), and replaces EXPECT_EQ(true,...) with EXPECT_TRUE(...), respectively.
BUG=none
TEST=build unit_tests with gcc 4.5+
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112669
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|