From: Eric Christopher Date: Thu, 20 Feb 2014 00:59:17 +0000 (+0000) Subject: Fix commit thinkos from splitting out patches. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=d613f181588eef14e0c31bcaa5965dae74ba7bae Fix commit thinkos from splitting out patches. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/CodeGen/DIEHashTest.cpp b/unittests/CodeGen/DIEHashTest.cpp index b6d091987a1..03debfc4696 100644 --- a/unittests/CodeGen/DIEHashTest.cpp +++ b/unittests/CodeGen/DIEHashTest.cpp @@ -552,7 +552,7 @@ TEST(DIEHashTest, MemberFuncFlag) { // Derived from: // struct A { -// const static float PI = 3.14f; +// const static int PI = -3; // }; // A a; TEST(DIEHashTest, MemberBlock) { @@ -591,8 +591,6 @@ TEST(DIEHashTest, MemberBlock) { A.addChild(PI); - A.dump(); - uint64_t MD5Res = DIEHash().computeTypeSignature(A); ASSERT_EQ(0x9a216000dd3788a7ULL, MD5Res); }