Fix name of nested type in comment to match code.

llvm-svn: 200570
This commit is contained in:
Eric Christopher 2014-01-31 20:02:55 +00:00
parent 322d79b4a2
commit 5ad8d90b71
1 changed files with 1 additions and 1 deletions
llvm/unittests/CodeGen

View File

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