Fix commit thinkos from splitting out patches.
llvm-svn: 201748
diff --git a/llvm/unittests/CodeGen/DIEHashTest.cpp b/llvm/unittests/CodeGen/DIEHashTest.cpp
index b6d0919..03debfc 100644
--- a/llvm/unittests/CodeGen/DIEHashTest.cpp
+++ b/llvm/unittests/CodeGen/DIEHashTest.cpp
@@ -552,7 +552,7 @@
// Derived from:
// struct A {
-// const static float PI = 3.14f;
+// const static int PI = -3;
// };
// A a;
TEST(DIEHashTest, MemberBlock) {
@@ -591,8 +591,6 @@
A.addChild(PI);
- A.dump();
-
uint64_t MD5Res = DIEHash().computeTypeSignature(A);
ASSERT_EQ(0x9a216000dd3788a7ULL, MD5Res);
}