From: Eric Christopher Date: Fri, 31 Jan 2014 20:02:55 +0000 (+0000) Subject: Fix name of nested type in comment to match code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ce9d65a2875a62f3b138a7a3e77244757ca9ce5;p=oota-llvm.git 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 --- diff --git a/unittests/CodeGen/DIEHashTest.cpp b/unittests/CodeGen/DIEHashTest.cpp index f3edbb733aa..9faeaafc245 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);