mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
f5334f2421
commit
d613f18158
@ -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
Block a user