summaryrefslogtreecommitdiff
path: root/unittests/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-02-20 00:59:17 +0000
committerEric Christopher <echristo@gmail.com>2014-02-20 00:59:17 +0000
commitd613f181588eef14e0c31bcaa5965dae74ba7bae (patch)
tree3b898a07a706355fcedbcd19d50debf8917718c4 /unittests/CodeGen
parentf5334f24213805f5c2c3a35372c581f34ab255dc (diff)
downloadllvm-d613f181588eef14e0c31bcaa5965dae74ba7bae.tar.gz
llvm-d613f181588eef14e0c31bcaa5965dae74ba7bae.tar.bz2
llvm-d613f181588eef14e0c31bcaa5965dae74ba7bae.tar.xz
Fix commit thinkos from splitting out patches.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/CodeGen')
-rw-r--r--unittests/CodeGen/DIEHashTest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/unittests/CodeGen/DIEHashTest.cpp b/unittests/CodeGen/DIEHashTest.cpp
index b6d091987a..03debfc469 100644
--- a/unittests/CodeGen/DIEHashTest.cpp
+++ b/unittests/CodeGen/DIEHashTest.cpp
@@ -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);
}