OSDN Git Service

Fix name of nested type in comment to match code.
authorEric Christopher <echristo@gmail.com>
Fri, 31 Jan 2014 20:02:55 +0000 (20:02 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 31 Jan 2014 20:02:55 +0000 (20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200570 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/CodeGen/DIEHashTest.cpp

index f3edbb7..9faeaaf 100644 (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);