DescriptionFix Android build breakage with new extension tests
The tests use EXPECT_EQ with a constant variable equal to false,
that tricks GCC 4.7+ into beliving the variable should be compatible to null
pointers in some internal macro. This CL workarounds that by
using EXPECT_TRUE(a == b) instead.
BUG=https://code.google.com/p/googletest/issues/detail?id=458
TBR=mek
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271136
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|