llvm/unittests
Nick Lewycky 8211becc98 Now that googletest can print ConstantRange, use EXPECT_EQ when testing for
equality. Prefer EXPECT_EQ(foo, Full) over EXPECT_TRUE(foo.isFullSet()) because
the former will print out the contents of the constant range that failed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81094 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-05 18:27:40 +00:00
..
ADT Add test for PR4873, which works for me. 2009-09-03 22:57:02 +00:00
ExecutionEngine Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
Support Now that googletest can print ConstantRange, use EXPECT_EQ when testing for 2009-09-05 18:27:40 +00:00
VMCore Now Bitcode reader bug is fixed. Reapply 80839. 2009-09-03 01:39:20 +00:00
Makefile
Makefile.unittest
TestMain.cpp