1
0
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:
Eric Christopher 2014-02-20 00:59:17 +00:00
parent 043a17a7b0
commit bd2823d90b

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