mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fix commit thinkos from splitting out patches.
llvm-svn: 201748
This commit is contained in:
parent
043a17a7b0
commit
bd2823d90b
@ -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