Fix commit thinkos from splitting out patches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-02-20 00:59:17 +00:00
parent f5334f2421
commit d613f18158

View File

@ -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);
}