Fix EXPECT_* to not produce a compile warning.
authorEli Bendersky <eliben@google.com>
Fri, 7 Mar 2014 21:04:24 +0000 (21:04 +0000)
committerEli Bendersky <eliben@google.com>
Fri, 7 Mar 2014 21:04:24 +0000 (21:04 +0000)
commit2195ed675a215ee801233e0c76202f4c4da17a44
tree4ea010ffc11230a8b334e053a0e4774a565b2d1c
parent6cadd406ccbf4ea0fa8b7fc31b094eeb3db979fb
Fix EXPECT_* to not produce a compile warning.

EXPECT_TRUE/FALSE is also more idiomatic for booleans than EXPECT_EQ

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203284 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/PointerIntPairTest.cpp