convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since
authorChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 06:32:25 +0000 (06:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 06:32:25 +0000 (06:32 +0000)
commit8142ce568d40545582e2e43a9e0aa57cd67d6da2
treec294cd5765939e5db149d35bea6911ec41031458
parent45cfe545ec8177262dabc70580ce05feaa1c3880
convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since
ConstantRange doesn't have an std::ostream inserter anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79831 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/ConstantRangeTest.cpp