forked from OSchip/llvm-project
Fix name of nested type in comment to match code.
llvm-svn: 200570
This commit is contained in:
parent
322d79b4a2
commit
5ad8d90b71
llvm/unittests/CodeGen
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue