Switch from EXPECT_EQ({true,false, ...) to the more canonical
authorChandler Carruth <chandlerc@gmail.com>
Tue, 13 Jul 2010 17:28:05 +0000 (17:28 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 13 Jul 2010 17:28:05 +0000 (17:28 +0000)
commit48b17fa5bebf46ecdbcb51ebab1c3d8b483afd3c
tree16dd60d4fe6f529077d3fe47a549b5151962cedd
parent9fea9c24fed5dad5854eebb1bc732b2549a93202
Switch from EXPECT_EQ({true,false, ...) to the more canonical
EXPECT_{TRUE,FALSE}(...) macros. This also prevents suprious warnings about
bool-to-pointer conversion that occurs withit EXPECT_EQ.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108248 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/APIntTest.cpp
unittests/VMCore/PassManagerTest.cpp