hanchenye-llvm-project/llvm/unittests
Nick Lewycky d592399beb 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.

llvm-svn: 81094
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 Remove now empty unit test directory. 2009-08-01 19:07:29 +00:00
Makefile.unittest include Makefile.common before using $(BuildMode) to get its definition 2009-04-01 00:35:00 +00:00
TestMain.cpp