Skip to content

Commit 5ad8d90

Browse files
committed
Fix name of nested type in comment to match code.
llvm-svn: 200570
1 parent 322d79b commit 5ad8d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/CodeGen/DIEHashTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ TEST(DIEHashTest, RefUnnamedType) {
478478
ASSERT_EQ(0x954e026f01c02529ULL, MD5Res);
479479
}
480480

481-
// struct { struct bar { }; };
481+
// struct { struct foo { }; };
482482
TEST(DIEHashTest, NestedType) {
483483
DIE Unnamed(dwarf::DW_TAG_structure_type);
484484
DIEInteger One(1);

0 commit comments

Comments
 (0)