forked from OSchip/llvm-project
Fix commit thinkos from splitting out patches.
llvm-svn: 201748
This commit is contained in:
parent
8192ba2a7b
commit
f5ec3a02db
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue