llvm-6502/unittests/VMCore
Francois Pichet f4efa8e785 Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().
This is because of bug 331418 on Microsoft Connect.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119600 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-18 00:59:50 +00:00
..
ConstantsTest.cpp
DerivedTypesTest.cpp
InstructionsTest.cpp
Makefile
MetadataTest.cpp
PassManagerTest.cpp Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which 2010-10-19 17:21:58 +00:00
ValueMapTest.cpp Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ(). 2010-11-18 00:59:50 +00:00
VerifierTest.cpp