llvm-6502/unittests/VMCore
Chandler Carruth 48b17fa5be 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
2010-07-13 17:28:05 +00:00
..
ConstantsTest.cpp
DerivedTypesTest.cpp
InstructionsTest.cpp another one 2010-03-18 18:59:08 +00:00
Makefile
MetadataTest.cpp Remove a memory leak from MetadataTest. 2010-03-13 01:39:20 +00:00
PassManagerTest.cpp Switch from EXPECT_EQ({true,false, ...) to the more canonical 2010-07-13 17:28:05 +00:00
VerifierTest.cpp