summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-01-31 20:02:55 +0000
committerEric Christopher <echristo@gmail.com>2014-01-31 20:02:55 +0000
commit5ce9d65a2875a62f3b138a7a3e77244757ca9ce5 (patch)
treec6313a1792723c94e0a7ab5c24ab6d0d87383937 /unittests
parent0451736fc9e36e6e525460871020724204f4da5a (diff)
downloadllvm-5ce9d65a2875a62f3b138a7a3e77244757ca9ce5.tar.gz
llvm-5ce9d65a2875a62f3b138a7a3e77244757ca9ce5.tar.bz2
llvm-5ce9d65a2875a62f3b138a7a3e77244757ca9ce5.tar.xz
Fix name of nested type in comment to match code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/CodeGen/DIEHashTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/CodeGen/DIEHashTest.cpp b/unittests/CodeGen/DIEHashTest.cpp
index f3edbb733a..9faeaafc24 100644
--- a/unittests/CodeGen/DIEHashTest.cpp
+++ b/unittests/CodeGen/DIEHashTest.cpp
@@ -478,7 +478,7 @@ TEST(DIEHashTest, RefUnnamedType) {
ASSERT_EQ(0x954e026f01c02529ULL, MD5Res);
}
-// struct { struct bar { }; };
+// struct { struct foo { }; };
TEST(DIEHashTest, NestedType) {
DIE Unnamed(dwarf::DW_TAG_structure_type);
DIEInteger One(1);